Shades of Purple Heart #6F34CA
Tints of Purple Heart #6F34CA
RGB
CMYK
RGB Variations
Color information
#6F34CA (or 0x6F34CA) is known color: Purple Heart. HEX triplet: 6F, 34 and CA. RGB value is (111,52,202). Sum of RGB (Red+Green+Blue) = 111+52+202=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F34CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F34CA is #90CB35. Grayscale: #565656. Windows color (decimal): -9489206 or 13251695. OLE color: 13251695.
HSL color Cylindrical-coordinate representation of color #6F34CA: hue angle of 263.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F34CA is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 52 | 202 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.21 |
| HSL | 263.6º | 0.59% | 0.5% | - |
| HSV(B) | 263.6º | 0.74% | 0.79% | - |
| XYZ | 18.44 | 10.1 | 56.85 | - |
| YUV | 86.74 | 193.05 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 202 | 0.45 | 0.74 | 0 | 0.21 | 263.6 | 0.59 | 0.5 |
| Hex | 6F | 34 | CA | 2D | 4A | 0 | 15 | 108 | 3B | 32 |
| Octal | 157 | 64 | 312 | 55 | 112 | 0 | 25 | 410 | 73 | 62 |
| Binary | 1101111 | 110100 | 11001010 | 101101 | 1001010 | 0 | 10101 | 100001000 | 111011 | 110010 |
Color Harmonies of #6F34CA
Complementary color
Monochromatic Colors of #6F34CA
Black with #6F34CA
Text Example
Text Example
White with #6F34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F34CA; }
p { color: rgb(111,52,202); }
H1.HeaderClassName
{
color: #6F34CA;
}
.AnyTagClassName
{
color: #6F34CA;
}
</style>
background-color css
<style>
a { background-color: #6F34CA; }
a { background-color: rgb(111,52,202); }
div.DivClassName
{
background-color: #6F34CA;
}
.BgClassName
{
background-color: #6F34CA;
}
</style>
border-color css
<style>
span { border-color: #6F34CA; }
span { border-color: rgb(111,52,202); }
td.TdClassName
{
border-color: #6F34CA;
}
.TagClassName
{
border-color: #6F34CA;
}
</style>