Shades of Purple Heart #6908B4
Tints of Purple Heart #6908B4
RGB
CMYK
RGB Variations
Color information
#6908B4 (or 0x6908B4) is known color: Purple Heart. HEX triplet: 69, 08 and B4. RGB value is (105,8,180). Sum of RGB (Red+Green+Blue) = 105+8+180=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #6908B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908B4 is #96F74B. Grayscale: #383838. Windows color (decimal): -9893708 or 11798633. OLE color: 11798633.
HSL color Cylindrical-coordinate representation of color #6908B4: hue angle of 273.84º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6908B4 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 8 | 180 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.29 |
| HSL | 273.84º | 0.91% | 0.37% | - |
| HSV(B) | 273.84º | 0.96% | 0.71% | - |
| XYZ | 14.15 | 6.47 | 43.68 | - |
| YUV | 56.61 | 197.64 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 180 | 0.42 | 0.96 | 0 | 0.29 | 273.84 | 0.91 | 0.37 |
| Hex | 69 | 8 | B4 | 2A | 60 | 0 | 1D | 112 | 5B | 25 |
| Octal | 151 | 10 | 264 | 52 | 140 | 0 | 35 | 422 | 133 | 45 |
| Binary | 1101001 | 1000 | 10110100 | 101010 | 1100000 | 0 | 11101 | 100010010 | 1011011 | 100101 |
Color Harmonies of #6908B4
Complementary color
Monochromatic Colors of #6908B4
Black with #6908B4
Text Example
Text Example
White with #6908B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908B4; }
p { color: rgb(105,8,180); }
H1.HeaderClassName
{
color: #6908B4;
}
.AnyTagClassName
{
color: #6908B4;
}
</style>
background-color css
<style>
a { background-color: #6908B4; }
a { background-color: rgb(105,8,180); }
div.DivClassName
{
background-color: #6908B4;
}
.BgClassName
{
background-color: #6908B4;
}
</style>
border-color css
<style>
span { border-color: #6908B4; }
span { border-color: rgb(105,8,180); }
td.TdClassName
{
border-color: #6908B4;
}
.TagClassName
{
border-color: #6908B4;
}
</style>