Shades of Purple Heart #6B43CA
Tints of Purple Heart #6B43CA
RGB
CMYK
RGB Variations
Color information
#6B43CA (or 0x6B43CA) is known color: Purple Heart. HEX triplet: 6B, 43 and CA. RGB value is (107,67,202). Sum of RGB (Red+Green+Blue) = 107+67+202=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B43CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B43CA is #94BC35. Grayscale: #5D5D5D. Windows color (decimal): -9747510 or 13255531. OLE color: 13255531.
HSL color Cylindrical-coordinate representation of color #6B43CA: hue angle of 257.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B43CA is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 67 | 202 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.21 |
| HSL | 257.78º | 0.56% | 0.53% | - |
| HSV(B) | 257.78º | 0.67% | 0.79% | - |
| XYZ | 18.73 | 11.4 | 57.09 | - |
| YUV | 94.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 202 | 0.47 | 0.67 | 0 | 0.21 | 257.78 | 0.56 | 0.53 |
| Hex | 6B | 43 | CA | 2F | 43 | 0 | 15 | 102 | 38 | 35 |
| Octal | 153 | 103 | 312 | 57 | 103 | 0 | 25 | 402 | 70 | 65 |
| Binary | 1101011 | 1000011 | 11001010 | 101111 | 1000011 | 0 | 10101 | 100000010 | 111000 | 110101 |
Color Harmonies of #6B43CA
Complementary color
Monochromatic Colors of #6B43CA
Black with #6B43CA
Text Example
Text Example
White with #6B43CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B43CA; }
p { color: rgb(107,67,202); }
H1.HeaderClassName
{
color: #6B43CA;
}
.AnyTagClassName
{
color: #6B43CA;
}
</style>
background-color css
<style>
a { background-color: #6B43CA; }
a { background-color: rgb(107,67,202); }
div.DivClassName
{
background-color: #6B43CA;
}
.BgClassName
{
background-color: #6B43CA;
}
</style>
border-color css
<style>
span { border-color: #6B43CA; }
span { border-color: rgb(107,67,202); }
td.TdClassName
{
border-color: #6B43CA;
}
.TagClassName
{
border-color: #6B43CA;
}
</style>