Shades of Purple Heart #6824CB
Tints of Purple Heart #6824CB
RGB
CMYK
RGB Variations
Color information
#6824CB (or 0x6824CB) is known color: Purple Heart. HEX triplet: 68, 24 and CB. RGB value is (104,36,203). Sum of RGB (Red+Green+Blue) = 104+36+203=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #6824CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6824CB is #97DB34. Grayscale: #4A4A4A. Windows color (decimal): -9952053 or 13313128. OLE color: 13313128.
HSL color Cylindrical-coordinate representation of color #6824CB: hue angle of 264.43º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6824CB is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 36 | 203 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.20 |
| HSL | 264.43º | 0.7% | 0.47% | - |
| HSV(B) | 264.43º | 0.82% | 0.8% | - |
| XYZ | 17.12 | 8.52 | 57.24 | - |
| YUV | 75.37 | 200.03 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 203 | 0.49 | 0.82 | 0 | 0.20 | 264.43 | 0.7 | 0.47 |
| Hex | 68 | 24 | CB | 31 | 52 | 0 | 14 | 108 | 46 | 2F |
| Octal | 150 | 44 | 313 | 61 | 122 | 0 | 24 | 410 | 106 | 57 |
| Binary | 1101000 | 100100 | 11001011 | 110001 | 1010010 | 0 | 10100 | 100001000 | 1000110 | 101111 |
Color Harmonies of #6824CB
Complementary color
Monochromatic Colors of #6824CB
Black with #6824CB
Text Example
Text Example
White with #6824CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6824CB; }
p { color: rgb(104,36,203); }
H1.HeaderClassName
{
color: #6824CB;
}
.AnyTagClassName
{
color: #6824CB;
}
</style>
background-color css
<style>
a { background-color: #6824CB; }
a { background-color: rgb(104,36,203); }
div.DivClassName
{
background-color: #6824CB;
}
.BgClassName
{
background-color: #6824CB;
}
</style>
border-color css
<style>
span { border-color: #6824CB; }
span { border-color: rgb(104,36,203); }
td.TdClassName
{
border-color: #6824CB;
}
.TagClassName
{
border-color: #6824CB;
}
</style>