Shades of Purple Heart #6901C8
Tints of Purple Heart #6901C8
RGB
CMYK
RGB Variations
Color information
#6901C8 (or 0x6901C8) is known color: Purple Heart. HEX triplet: 69, 01 and C8. RGB value is (105,1,200). Sum of RGB (Red+Green+Blue) = 105+1+200=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 200 (78.52% from 255 or 65.36% from 306); Max value from RGB is 200 - color contains mainly: blue. Hex color #6901C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6901C8 is #96FE37. Grayscale: #363636. Windows color (decimal): -9895480 or 13107561. OLE color: 13107561.
HSL color Cylindrical-coordinate representation of color #6901C8: hue angle of 271.36º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6901C8 is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 1 | 200 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.22 |
| HSL | 271.36º | 0.99% | 0.39% | - |
| HSV(B) | 271.36º | 1% | 0.78% | - |
| XYZ | 16.26 | 7.2 | 55.18 | - |
| YUV | 54.78 | 209.96 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 200 | 0.48 | 1.00 | 0 | 0.22 | 271.36 | 0.99 | 0.39 |
| Hex | 69 | 1 | C8 | 30 | 64 | 0 | 16 | 10F | 63 | 27 |
| Octal | 151 | 1 | 310 | 60 | 144 | 0 | 26 | 417 | 143 | 47 |
| Binary | 1101001 | 1 | 11001000 | 110000 | 1100100 | 0 | 10110 | 100001111 | 1100011 | 100111 |
Color Harmonies of #6901C8
Complementary color
Monochromatic Colors of #6901C8
Black with #6901C8
Text Example
Text Example
White with #6901C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6901C8; }
p { color: rgb(105,1,200); }
H1.HeaderClassName
{
color: #6901C8;
}
.AnyTagClassName
{
color: #6901C8;
}
</style>
background-color css
<style>
a { background-color: #6901C8; }
a { background-color: rgb(105,1,200); }
div.DivClassName
{
background-color: #6901C8;
}
.BgClassName
{
background-color: #6901C8;
}
</style>
border-color css
<style>
span { border-color: #6901C8; }
span { border-color: rgb(105,1,200); }
td.TdClassName
{
border-color: #6901C8;
}
.TagClassName
{
border-color: #6901C8;
}
</style>