Shades of Purple Heart #6F38C5
Tints of Purple Heart #6F38C5
RGB
CMYK
RGB Variations
Color information
#6F38C5 (or 0x6F38C5) is known color: Purple Heart. HEX triplet: 6F, 38 and C5. RGB value is (111,56,197). Sum of RGB (Red+Green+Blue) = 111+56+197=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 197 (77.34% from 255 or 54.12% from 364); Max value from RGB is 197 - color contains mainly: blue. Hex color #6F38C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F38C5 is #90C73A. Grayscale: #585858. Windows color (decimal): -9488187 or 12925039. OLE color: 12925039.
HSL color Cylindrical-coordinate representation of color #6F38C5: hue angle of 263.4º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F38C5 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 56 | 197 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.23 |
| HSL | 263.4º | 0.56% | 0.5% | - |
| HSV(B) | 263.4º | 0.72% | 0.77% | - |
| XYZ | 18.05 | 10.24 | 53.85 | - |
| YUV | 88.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 197 | 0.44 | 0.72 | 0 | 0.23 | 263.4 | 0.56 | 0.5 |
| Hex | 6F | 38 | C5 | 2C | 48 | 0 | 17 | 107 | 38 | 32 |
| Octal | 157 | 70 | 305 | 54 | 110 | 0 | 27 | 407 | 70 | 62 |
| Binary | 1101111 | 111000 | 11000101 | 101100 | 1001000 | 0 | 10111 | 100000111 | 111000 | 110010 |
Color Harmonies of #6F38C5
Complementary color
Monochromatic Colors of #6F38C5
Black with #6F38C5
Text Example
Text Example
White with #6F38C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F38C5; }
p { color: rgb(111,56,197); }
H1.HeaderClassName
{
color: #6F38C5;
}
.AnyTagClassName
{
color: #6F38C5;
}
</style>
background-color css
<style>
a { background-color: #6F38C5; }
a { background-color: rgb(111,56,197); }
div.DivClassName
{
background-color: #6F38C5;
}
.BgClassName
{
background-color: #6F38C5;
}
</style>
border-color css
<style>
span { border-color: #6F38C5; }
span { border-color: rgb(111,56,197); }
td.TdClassName
{
border-color: #6F38C5;
}
.TagClassName
{
border-color: #6F38C5;
}
</style>