Shades of Purple Heart #6C34CD
Tints of Purple Heart #6C34CD
RGB
CMYK
RGB Variations
Color information
#6C34CD (or 0x6C34CD) is known color: Purple Heart. HEX triplet: 6C, 34 and CD. RGB value is (108,52,205). Sum of RGB (Red+Green+Blue) = 108+52+205=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C34CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C34CD is #93CB32. Grayscale: #555555. Windows color (decimal): -9685811 or 13448300. OLE color: 13448300.
HSL color Cylindrical-coordinate representation of color #6C34CD: hue angle of 261.96º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C34CD is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 52 | 205 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.20 |
| HSL | 261.96º | 0.6% | 0.5% | - |
| HSV(B) | 261.96º | 0.75% | 0.8% | - |
| XYZ | 18.43 | 10.05 | 58.73 | - |
| YUV | 86.19 | 195.05 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 205 | 0.47 | 0.75 | 0 | 0.20 | 261.96 | 0.6 | 0.5 |
| Hex | 6C | 34 | CD | 2F | 4B | 0 | 14 | 106 | 3C | 32 |
| Octal | 154 | 64 | 315 | 57 | 113 | 0 | 24 | 406 | 74 | 62 |
| Binary | 1101100 | 110100 | 11001101 | 101111 | 1001011 | 0 | 10100 | 100000110 | 111100 | 110010 |
Color Harmonies of #6C34CD
Complementary color
Monochromatic Colors of #6C34CD
Black with #6C34CD
Text Example
Text Example
White with #6C34CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C34CD; }
p { color: rgb(108,52,205); }
H1.HeaderClassName
{
color: #6C34CD;
}
.AnyTagClassName
{
color: #6C34CD;
}
</style>
background-color css
<style>
a { background-color: #6C34CD; }
a { background-color: rgb(108,52,205); }
div.DivClassName
{
background-color: #6C34CD;
}
.BgClassName
{
background-color: #6C34CD;
}
</style>
border-color css
<style>
span { border-color: #6C34CD; }
span { border-color: rgb(108,52,205); }
td.TdClassName
{
border-color: #6C34CD;
}
.TagClassName
{
border-color: #6C34CD;
}
</style>