Shades of Purple Heart #6F32C3
Tints of Purple Heart #6F32C3
RGB
CMYK
RGB Variations
Color information
#6F32C3 (or 0x6F32C3) is known color: Purple Heart. HEX triplet: 6F, 32 and C3. RGB value is (111,50,195). Sum of RGB (Red+Green+Blue) = 111+50+195=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 195 (76.56% from 255 or 54.78% from 356); Max value from RGB is 195 - color contains mainly: blue. Hex color #6F32C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F32C3 is #90CD3C. Grayscale: #545454. Windows color (decimal): -9489725 or 12792431. OLE color: 12792431.
HSL color Cylindrical-coordinate representation of color #6F32C3: hue angle of 265.24º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F32C3 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 50 | 195 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.24 |
| HSL | 265.24º | 0.59% | 0.48% | - |
| HSV(B) | 265.24º | 0.74% | 0.76% | - |
| XYZ | 17.55 | 9.6 | 52.56 | - |
| YUV | 84.77 | 190.21 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 195 | 0.43 | 0.74 | 0 | 0.24 | 265.24 | 0.59 | 0.48 |
| Hex | 6F | 32 | C3 | 2B | 4A | 0 | 18 | 109 | 3B | 30 |
| Octal | 157 | 62 | 303 | 53 | 112 | 0 | 30 | 411 | 73 | 60 |
| Binary | 1101111 | 110010 | 11000011 | 101011 | 1001010 | 0 | 11000 | 100001001 | 111011 | 110000 |
Color Harmonies of #6F32C3
Complementary color
Monochromatic Colors of #6F32C3
Black with #6F32C3
Text Example
Text Example
White with #6F32C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F32C3; }
p { color: rgb(111,50,195); }
H1.HeaderClassName
{
color: #6F32C3;
}
.AnyTagClassName
{
color: #6F32C3;
}
</style>
background-color css
<style>
a { background-color: #6F32C3; }
a { background-color: rgb(111,50,195); }
div.DivClassName
{
background-color: #6F32C3;
}
.BgClassName
{
background-color: #6F32C3;
}
</style>
border-color css
<style>
span { border-color: #6F32C3; }
span { border-color: rgb(111,50,195); }
td.TdClassName
{
border-color: #6F32C3;
}
.TagClassName
{
border-color: #6F32C3;
}
</style>