Shades of Purple Heart #6338DB
Tints of Purple Heart #6338DB
RGB
CMYK
RGB Variations
Color information
#6338DB (or 0x6338DB) is known color: Purple Heart. HEX triplet: 63, 38 and DB. RGB value is (99,56,219). Sum of RGB (Red+Green+Blue) = 99+56+219=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #6338DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6338DB is #9CC724. Grayscale: #565656. Windows color (decimal): -10274597 or 14366819. OLE color: 14366819.
HSL color Cylindrical-coordinate representation of color #6338DB: hue angle of 255.83º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6338DB is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 56 | 219 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.14 |
| HSL | 255.83º | 0.69% | 0.54% | - |
| HSV(B) | 255.83º | 0.74% | 0.86% | - |
| XYZ | 19.35 | 10.6 | 68.04 | - |
| YUV | 87.44 | 202.25 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 219 | 0.55 | 0.74 | 0 | 0.14 | 255.83 | 0.69 | 0.54 |
| Hex | 63 | 38 | DB | 37 | 4A | 0 | E | 100 | 45 | 36 |
| Octal | 143 | 70 | 333 | 67 | 112 | 0 | 16 | 400 | 105 | 66 |
| Binary | 1100011 | 111000 | 11011011 | 110111 | 1001010 | 0 | 1110 | 100000000 | 1000101 | 110110 |
Color Harmonies of #6338DB
Complementary color
Monochromatic Colors of #6338DB
Black with #6338DB
Text Example
Text Example
White with #6338DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6338DB; }
p { color: rgb(99,56,219); }
H1.HeaderClassName
{
color: #6338DB;
}
.AnyTagClassName
{
color: #6338DB;
}
</style>
background-color css
<style>
a { background-color: #6338DB; }
a { background-color: rgb(99,56,219); }
div.DivClassName
{
background-color: #6338DB;
}
.BgClassName
{
background-color: #6338DB;
}
</style>
border-color css
<style>
span { border-color: #6338DB; }
span { border-color: rgb(99,56,219); }
td.TdClassName
{
border-color: #6338DB;
}
.TagClassName
{
border-color: #6338DB;
}
</style>