Shades of Purple Heart #6027C4
Tints of Purple Heart #6027C4
RGB
CMYK
RGB Variations
Color information
#6027C4 (or 0x6027C4) is known color: Purple Heart. HEX triplet: 60, 27 and C4. RGB value is (96,39,196). Sum of RGB (Red+Green+Blue) = 96+39+196=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #6027C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6027C4 is #9FD83B. Grayscale: #494949. Windows color (decimal): -10475580 or 12855136. OLE color: 12855136.
HSL color Cylindrical-coordinate representation of color #6027C4: hue angle of 261.78º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6027C4 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 39 | 196 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.23 |
| HSL | 261.78º | 0.67% | 0.46% | - |
| HSV(B) | 261.78º | 0.8% | 0.77% | - |
| XYZ | 15.51 | 7.92 | 52.94 | - |
| YUV | 73.94 | 196.88 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 196 | 0.51 | 0.80 | 0 | 0.23 | 261.78 | 0.67 | 0.46 |
| Hex | 60 | 27 | C4 | 33 | 50 | 0 | 17 | 106 | 43 | 2E |
| Octal | 140 | 47 | 304 | 63 | 120 | 0 | 27 | 406 | 103 | 56 |
| Binary | 1100000 | 100111 | 11000100 | 110011 | 1010000 | 0 | 10111 | 100000110 | 1000011 | 101110 |
Color Harmonies of #6027C4
Complementary color
Monochromatic Colors of #6027C4
Black with #6027C4
Text Example
Text Example
White with #6027C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6027C4; }
p { color: rgb(96,39,196); }
H1.HeaderClassName
{
color: #6027C4;
}
.AnyTagClassName
{
color: #6027C4;
}
</style>
background-color css
<style>
a { background-color: #6027C4; }
a { background-color: rgb(96,39,196); }
div.DivClassName
{
background-color: #6027C4;
}
.BgClassName
{
background-color: #6027C4;
}
</style>
border-color css
<style>
span { border-color: #6027C4; }
span { border-color: rgb(96,39,196); }
td.TdClassName
{
border-color: #6027C4;
}
.TagClassName
{
border-color: #6027C4;
}
</style>