Shades of Purple Heart #6A25DB
Tints of Purple Heart #6A25DB
RGB
CMYK
RGB Variations
Color information
#6A25DB (or 0x6A25DB) is known color: Purple Heart. HEX triplet: 6A, 25 and DB. RGB value is (106,37,219). Sum of RGB (Red+Green+Blue) = 106+37+219=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A25DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A25DB is #95DA24. Grayscale: #4D4D4D. Windows color (decimal): -9820709 or 14361962. OLE color: 14361962.
HSL color Cylindrical-coordinate representation of color #6A25DB: hue angle of 262.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A25DB is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 37 | 219 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.14 |
| HSL | 262.75º | 0.72% | 0.5% | - |
| HSV(B) | 262.75º | 0.83% | 0.86% | - |
| XYZ | 19.39 | 9.5 | 67.83 | - |
| YUV | 78.38 | 207.36 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 219 | 0.52 | 0.83 | 0 | 0.14 | 262.75 | 0.72 | 0.5 |
| Hex | 6A | 25 | DB | 34 | 53 | 0 | E | 107 | 48 | 32 |
| Octal | 152 | 45 | 333 | 64 | 123 | 0 | 16 | 407 | 110 | 62 |
| Binary | 1101010 | 100101 | 11011011 | 110100 | 1010011 | 0 | 1110 | 100000111 | 1001000 | 110010 |
Color Harmonies of #6A25DB
Complementary color
Monochromatic Colors of #6A25DB
Black with #6A25DB
Text Example
Text Example
White with #6A25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A25DB; }
p { color: rgb(106,37,219); }
H1.HeaderClassName
{
color: #6A25DB;
}
.AnyTagClassName
{
color: #6A25DB;
}
</style>
background-color css
<style>
a { background-color: #6A25DB; }
a { background-color: rgb(106,37,219); }
div.DivClassName
{
background-color: #6A25DB;
}
.BgClassName
{
background-color: #6A25DB;
}
</style>
border-color css
<style>
span { border-color: #6A25DB; }
span { border-color: rgb(106,37,219); }
td.TdClassName
{
border-color: #6A25DB;
}
.TagClassName
{
border-color: #6A25DB;
}
</style>