Shades of Purple Heart #6B3ADE
Tints of Purple Heart #6B3ADE
RGB
CMYK
RGB Variations
Color information
#6B3ADE (or 0x6B3ADE) is known color: Purple Heart. HEX triplet: 6B, 3A and DE. RGB value is (107,58,222). Sum of RGB (Red+Green+Blue) = 107+58+222=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B3ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3ADE is #94C521. Grayscale: #5A5A5A. Windows color (decimal): -9749794 or 14563947. OLE color: 14563947.
HSL color Cylindrical-coordinate representation of color #6B3ADE: hue angle of 257.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B3ADE is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 58 | 222 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.13 |
| HSL | 257.93º | 0.71% | 0.55% | - |
| HSV(B) | 257.93º | 0.74% | 0.87% | - |
| XYZ | 20.76 | 11.43 | 70.22 | - |
| YUV | 91.35 | 201.73 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 222 | 0.52 | 0.74 | 0 | 0.13 | 257.93 | 0.71 | 0.55 |
| Hex | 6B | 3A | DE | 34 | 4A | 0 | D | 102 | 47 | 37 |
| Octal | 153 | 72 | 336 | 64 | 112 | 0 | 15 | 402 | 107 | 67 |
| Binary | 1101011 | 111010 | 11011110 | 110100 | 1001010 | 0 | 1101 | 100000010 | 1000111 | 110111 |
Color Harmonies of #6B3ADE
Complementary color
Monochromatic Colors of #6B3ADE
Black with #6B3ADE
Text Example
Text Example
White with #6B3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3ADE; }
p { color: rgb(107,58,222); }
H1.HeaderClassName
{
color: #6B3ADE;
}
.AnyTagClassName
{
color: #6B3ADE;
}
</style>
background-color css
<style>
a { background-color: #6B3ADE; }
a { background-color: rgb(107,58,222); }
div.DivClassName
{
background-color: #6B3ADE;
}
.BgClassName
{
background-color: #6B3ADE;
}
</style>
border-color css
<style>
span { border-color: #6B3ADE; }
span { border-color: rgb(107,58,222); }
td.TdClassName
{
border-color: #6B3ADE;
}
.TagClassName
{
border-color: #6B3ADE;
}
</style>