Shades of Purple Heart #6336BE
Tints of Purple Heart #6336BE
RGB
CMYK
RGB Variations
Color information
#6336BE (or 0x6336BE) is known color: Purple Heart. HEX triplet: 63, 36 and BE. RGB value is (99,54,190). Sum of RGB (Red+Green+Blue) = 99+54+190=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #6336BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6336BE is #9CC941. Grayscale: #525252. Windows color (decimal): -10275138 or 12465763. OLE color: 12465763.
HSL color Cylindrical-coordinate representation of color #6336BE: hue angle of 259.85º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6336BE is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 54 | 190 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.25 |
| HSL | 259.85º | 0.56% | 0.48% | - |
| HSV(B) | 259.85º | 0.72% | 0.75% | - |
| XYZ | 15.76 | 9.01 | 49.62 | - |
| YUV | 82.96 | 188.41 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 190 | 0.48 | 0.72 | 0 | 0.25 | 259.85 | 0.56 | 0.48 |
| Hex | 63 | 36 | BE | 30 | 48 | 0 | 19 | 104 | 38 | 30 |
| Octal | 143 | 66 | 276 | 60 | 110 | 0 | 31 | 404 | 70 | 60 |
| Binary | 1100011 | 110110 | 10111110 | 110000 | 1001000 | 0 | 11001 | 100000100 | 111000 | 110000 |
Color Harmonies of #6336BE
Complementary color
Monochromatic Colors of #6336BE
Black with #6336BE
Text Example
Text Example
White with #6336BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336BE; }
p { color: rgb(99,54,190); }
H1.HeaderClassName
{
color: #6336BE;
}
.AnyTagClassName
{
color: #6336BE;
}
</style>
background-color css
<style>
a { background-color: #6336BE; }
a { background-color: rgb(99,54,190); }
div.DivClassName
{
background-color: #6336BE;
}
.BgClassName
{
background-color: #6336BE;
}
</style>
border-color css
<style>
span { border-color: #6336BE; }
span { border-color: rgb(99,54,190); }
td.TdClassName
{
border-color: #6336BE;
}
.TagClassName
{
border-color: #6336BE;
}
</style>