Shades of Purple Heart #5F09CB
Tints of Purple Heart #5F09CB
RGB
CMYK
RGB Variations
Color information
#5F09CB (or 0x5F09CB) is known color: Purple Heart. HEX triplet: 5F, 09 and CB. RGB value is (95,9,203). Sum of RGB (Red+Green+Blue) = 95+9+203=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F09CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F09CB is #A0F634. Grayscale: #383838. Windows color (decimal): -10548789 or 13306207. OLE color: 13306207.
HSL color Cylindrical-coordinate representation of color #5F09CB: hue angle of 266.6º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F09CB is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 9 | 203 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.20 |
| HSL | 266.6º | 0.92% | 0.42% | - |
| HSV(B) | 266.6º | 0.96% | 0.8% | - |
| XYZ | 15.6 | 6.94 | 57.02 | - |
| YUV | 56.83 | 210.49 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 203 | 0.53 | 0.96 | 0 | 0.20 | 266.6 | 0.92 | 0.42 |
| Hex | 5F | 9 | CB | 35 | 60 | 0 | 14 | 10B | 5C | 2A |
| Octal | 137 | 11 | 313 | 65 | 140 | 0 | 24 | 413 | 134 | 52 |
| Binary | 1011111 | 1001 | 11001011 | 110101 | 1100000 | 0 | 10100 | 100001011 | 1011100 | 101010 |
Color Harmonies of #5F09CB
Complementary color
Monochromatic Colors of #5F09CB
Black with #5F09CB
Text Example
Text Example
White with #5F09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F09CB; }
p { color: rgb(95,9,203); }
H1.HeaderClassName
{
color: #5F09CB;
}
.AnyTagClassName
{
color: #5F09CB;
}
</style>
background-color css
<style>
a { background-color: #5F09CB; }
a { background-color: rgb(95,9,203); }
div.DivClassName
{
background-color: #5F09CB;
}
.BgClassName
{
background-color: #5F09CB;
}
</style>
border-color css
<style>
span { border-color: #5F09CB; }
span { border-color: rgb(95,9,203); }
td.TdClassName
{
border-color: #5F09CB;
}
.TagClassName
{
border-color: #5F09CB;
}
</style>