Shades of Purple Heart #6335CB
Tints of Purple Heart #6335CB
RGB
CMYK
RGB Variations
Color information
#6335CB (or 0x6335CB) is known color: Purple Heart. HEX triplet: 63, 35 and CB. RGB value is (99,53,203). Sum of RGB (Red+Green+Blue) = 99+53+203=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #6335CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6335CB is #9CCA34. Grayscale: #535353. Windows color (decimal): -10275381 or 13317475. OLE color: 13317475.
HSL color Cylindrical-coordinate representation of color #6335CB: hue angle of 258.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6335CB is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 53 | 203 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.20 |
| HSL | 258.4º | 0.59% | 0.5% | - |
| HSV(B) | 258.4º | 0.74% | 0.8% | - |
| XYZ | 17.2 | 9.51 | 57.43 | - |
| YUV | 83.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 203 | 0.51 | 0.74 | 0 | 0.20 | 258.4 | 0.59 | 0.5 |
| Hex | 63 | 35 | CB | 33 | 4A | 0 | 14 | 102 | 3B | 32 |
| Octal | 143 | 65 | 313 | 63 | 112 | 0 | 24 | 402 | 73 | 62 |
| Binary | 1100011 | 110101 | 11001011 | 110011 | 1001010 | 0 | 10100 | 100000010 | 111011 | 110010 |
Color Harmonies of #6335CB
Complementary color
Monochromatic Colors of #6335CB
Black with #6335CB
Text Example
Text Example
White with #6335CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6335CB; }
p { color: rgb(99,53,203); }
H1.HeaderClassName
{
color: #6335CB;
}
.AnyTagClassName
{
color: #6335CB;
}
</style>
background-color css
<style>
a { background-color: #6335CB; }
a { background-color: rgb(99,53,203); }
div.DivClassName
{
background-color: #6335CB;
}
.BgClassName
{
background-color: #6335CB;
}
</style>
border-color css
<style>
span { border-color: #6335CB; }
span { border-color: rgb(99,53,203); }
td.TdClassName
{
border-color: #6335CB;
}
.TagClassName
{
border-color: #6335CB;
}
</style>