Shades of Purple Heart #620ACB
Tints of Purple Heart #620ACB
RGB
CMYK
RGB Variations
Color information
#620ACB (or 0x620ACB) is known color: Purple Heart. HEX triplet: 62, 0A and CB. RGB value is (98,10,203). Sum of RGB (Red+Green+Blue) = 98+10+203=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #620ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ACB is #9DF534. Grayscale: #393939. Windows color (decimal): -10351925 or 13306466. OLE color: 13306466.
HSL color Cylindrical-coordinate representation of color #620ACB: hue angle of 267.36º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620ACB is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 10 | 203 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.20 |
| HSL | 267.36º | 0.91% | 0.42% | - |
| HSV(B) | 267.36º | 0.95% | 0.8% | - |
| XYZ | 15.93 | 7.13 | 57.04 | - |
| YUV | 58.31 | 209.65 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 203 | 0.52 | 0.95 | 0 | 0.20 | 267.36 | 0.91 | 0.42 |
| Hex | 62 | A | CB | 34 | 5F | 0 | 14 | 10B | 5B | 2A |
| Octal | 142 | 12 | 313 | 64 | 137 | 0 | 24 | 413 | 133 | 52 |
| Binary | 1100010 | 1010 | 11001011 | 110100 | 1011111 | 0 | 10100 | 100001011 | 1011011 | 101010 |
Color Harmonies of #620ACB
Complementary color
Monochromatic Colors of #620ACB
Black with #620ACB
Text Example
Text Example
White with #620ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620ACB; }
p { color: rgb(98,10,203); }
H1.HeaderClassName
{
color: #620ACB;
}
.AnyTagClassName
{
color: #620ACB;
}
</style>
background-color css
<style>
a { background-color: #620ACB; }
a { background-color: rgb(98,10,203); }
div.DivClassName
{
background-color: #620ACB;
}
.BgClassName
{
background-color: #620ACB;
}
</style>
border-color css
<style>
span { border-color: #620ACB; }
span { border-color: rgb(98,10,203); }
td.TdClassName
{
border-color: #620ACB;
}
.TagClassName
{
border-color: #620ACB;
}
</style>