Shades of Purple Heart #6B34C1
Tints of Purple Heart #6B34C1
RGB
CMYK
RGB Variations
Color information
#6B34C1 (or 0x6B34C1) is known color: Purple Heart. HEX triplet: 6B, 34 and C1. RGB value is (107,52,193). Sum of RGB (Red+Green+Blue) = 107+52+193=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #6B34C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B34C1 is #94CB3E. Grayscale: #545454. Windows color (decimal): -9751359 or 12661867. OLE color: 12661867.
HSL color Cylindrical-coordinate representation of color #6B34C1: hue angle of 263.4º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B34C1 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 52 | 193 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.24 |
| HSL | 263.4º | 0.58% | 0.48% | - |
| HSV(B) | 263.4º | 0.73% | 0.76% | - |
| XYZ | 16.92 | 9.43 | 51.38 | - |
| YUV | 84.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 193 | 0.45 | 0.73 | 0 | 0.24 | 263.4 | 0.58 | 0.48 |
| Hex | 6B | 34 | C1 | 2D | 49 | 0 | 18 | 107 | 3A | 30 |
| Octal | 153 | 64 | 301 | 55 | 111 | 0 | 30 | 407 | 72 | 60 |
| Binary | 1101011 | 110100 | 11000001 | 101101 | 1001001 | 0 | 11000 | 100000111 | 111010 | 110000 |
Color Harmonies of #6B34C1
Complementary color
Monochromatic Colors of #6B34C1
Black with #6B34C1
Text Example
Text Example
White with #6B34C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B34C1; }
p { color: rgb(107,52,193); }
H1.HeaderClassName
{
color: #6B34C1;
}
.AnyTagClassName
{
color: #6B34C1;
}
</style>
background-color css
<style>
a { background-color: #6B34C1; }
a { background-color: rgb(107,52,193); }
div.DivClassName
{
background-color: #6B34C1;
}
.BgClassName
{
background-color: #6B34C1;
}
</style>
border-color css
<style>
span { border-color: #6B34C1; }
span { border-color: rgb(107,52,193); }
td.TdClassName
{
border-color: #6B34C1;
}
.TagClassName
{
border-color: #6B34C1;
}
</style>