Shades of Purple Heart #6302B6
Tints of Purple Heart #6302B6
RGB
CMYK
RGB Variations
Color information
#6302B6 (or 0x6302B6) is known color: Purple Heart. HEX triplet: 63, 02 and B6. RGB value is (99,2,182). Sum of RGB (Red+Green+Blue) = 99+2+182=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #6302B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302B6 is #9CFD49. Grayscale: #323232. Windows color (decimal): -10288458 or 11928163. OLE color: 11928163.
HSL color Cylindrical-coordinate representation of color #6302B6: hue angle of 272.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302B6 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 2 | 182 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.29 |
| HSL | 272.33º | 0.98% | 0.36% | - |
| HSV(B) | 272.33º | 0.99% | 0.71% | - |
| XYZ | 13.61 | 6.07 | 44.71 | - |
| YUV | 51.52 | 201.64 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 182 | 0.46 | 0.99 | 0 | 0.29 | 272.33 | 0.98 | 0.36 |
| Hex | 63 | 2 | B6 | 2E | 63 | 0 | 1D | 110 | 62 | 24 |
| Octal | 143 | 2 | 266 | 56 | 143 | 0 | 35 | 420 | 142 | 44 |
| Binary | 1100011 | 10 | 10110110 | 101110 | 1100011 | 0 | 11101 | 100010000 | 1100010 | 100100 |
Color Harmonies of #6302B6
Complementary color
Monochromatic Colors of #6302B6
Black with #6302B6
Text Example
Text Example
White with #6302B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302B6; }
p { color: rgb(99,2,182); }
H1.HeaderClassName
{
color: #6302B6;
}
.AnyTagClassName
{
color: #6302B6;
}
</style>
background-color css
<style>
a { background-color: #6302B6; }
a { background-color: rgb(99,2,182); }
div.DivClassName
{
background-color: #6302B6;
}
.BgClassName
{
background-color: #6302B6;
}
</style>
border-color css
<style>
span { border-color: #6302B6; }
span { border-color: rgb(99,2,182); }
td.TdClassName
{
border-color: #6302B6;
}
.TagClassName
{
border-color: #6302B6;
}
</style>