Shades of Purple Heart #6B23C6
Tints of Purple Heart #6B23C6
RGB
CMYK
RGB Variations
Color information
#6B23C6 (or 0x6B23C6) is known color: Purple Heart. HEX triplet: 6B, 23 and C6. RGB value is (107,35,198). Sum of RGB (Red+Green+Blue) = 107+35+198=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 198 (77.73% from 255 or 58.24% from 340); Max value from RGB is 198 - color contains mainly: blue. Hex color #6B23C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B23C6 is #94DC39. Grayscale: #4A4A4A. Windows color (decimal): -9755706 or 12985195. OLE color: 12985195.
HSL color Cylindrical-coordinate representation of color #6B23C6: hue angle of 266.5º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B23C6 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 35 | 198 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.22 |
| HSL | 266.5º | 0.7% | 0.46% | - |
| HSV(B) | 266.5º | 0.82% | 0.78% | - |
| XYZ | 16.86 | 8.41 | 54.16 | - |
| YUV | 75.11 | 197.35 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 198 | 0.46 | 0.82 | 0 | 0.22 | 266.5 | 0.7 | 0.46 |
| Hex | 6B | 23 | C6 | 2E | 52 | 0 | 16 | 10B | 46 | 2E |
| Octal | 153 | 43 | 306 | 56 | 122 | 0 | 26 | 413 | 106 | 56 |
| Binary | 1101011 | 100011 | 11000110 | 101110 | 1010010 | 0 | 10110 | 100001011 | 1000110 | 101110 |
Color Harmonies of #6B23C6
Complementary color
Monochromatic Colors of #6B23C6
Black with #6B23C6
Text Example
Text Example
White with #6B23C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B23C6; }
p { color: rgb(107,35,198); }
H1.HeaderClassName
{
color: #6B23C6;
}
.AnyTagClassName
{
color: #6B23C6;
}
</style>
background-color css
<style>
a { background-color: #6B23C6; }
a { background-color: rgb(107,35,198); }
div.DivClassName
{
background-color: #6B23C6;
}
.BgClassName
{
background-color: #6B23C6;
}
</style>
border-color css
<style>
span { border-color: #6B23C6; }
span { border-color: rgb(107,35,198); }
td.TdClassName
{
border-color: #6B23C6;
}
.TagClassName
{
border-color: #6B23C6;
}
</style>