Shades of Purple Heart #6341CC
Tints of Purple Heart #6341CC
RGB
CMYK
RGB Variations
Color information
#6341CC (or 0x6341CC) is known color: Purple Heart. HEX triplet: 63, 41 and CC. RGB value is (99,65,204). Sum of RGB (Red+Green+Blue) = 99+65+204=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #6341CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341CC is #9CBE33. Grayscale: #5A5A5A. Windows color (decimal): -10272308 or 13386083. OLE color: 13386083.
HSL color Cylindrical-coordinate representation of color #6341CC: hue angle of 254.68º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6341CC is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 65 | 204 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.2 |
| HSL | 254.68º | 0.58% | 0.53% | - |
| HSV(B) | 254.68º | 0.68% | 0.8% | - |
| XYZ | 17.93 | 10.79 | 58.26 | - |
| YUV | 91.01 | 191.76 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 204 | 0.51 | 0.68 | 0 | 0.2 | 254.68 | 0.58 | 0.53 |
| Hex | 63 | 41 | CC | 33 | 44 | 0 | 14 | FF | 3A | 35 |
| Octal | 143 | 101 | 314 | 63 | 104 | 0 | 24 | 377 | 72 | 65 |
| Binary | 1100011 | 1000001 | 11001100 | 110011 | 1000100 | 0 | 10100 | 11111111 | 111010 | 110101 |
Color Harmonies of #6341CC
Complementary color
Monochromatic Colors of #6341CC
Black with #6341CC
Text Example
Text Example
White with #6341CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6341CC; }
p { color: rgb(99,65,204); }
H1.HeaderClassName
{
color: #6341CC;
}
.AnyTagClassName
{
color: #6341CC;
}
</style>
background-color css
<style>
a { background-color: #6341CC; }
a { background-color: rgb(99,65,204); }
div.DivClassName
{
background-color: #6341CC;
}
.BgClassName
{
background-color: #6341CC;
}
</style>
border-color css
<style>
span { border-color: #6341CC; }
span { border-color: rgb(99,65,204); }
td.TdClassName
{
border-color: #6341CC;
}
.TagClassName
{
border-color: #6341CC;
}
</style>