Shades of Purple Heart #6727CC
Tints of Purple Heart #6727CC
RGB
CMYK
RGB Variations
Color information
#6727CC (or 0x6727CC) is known color: Purple Heart. HEX triplet: 67, 27 and CC. RGB value is (103,39,204). Sum of RGB (Red+Green+Blue) = 103+39+204=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #6727CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6727CC is #98D833. Grayscale: #4C4C4C. Windows color (decimal): -10016820 or 13379431. OLE color: 13379431.
HSL color Cylindrical-coordinate representation of color #6727CC: hue angle of 263.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6727CC is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 39 | 204 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.2 |
| HSL | 263.27º | 0.68% | 0.48% | - |
| HSV(B) | 263.27º | 0.81% | 0.8% | - |
| XYZ | 17.22 | 8.69 | 57.9 | - |
| YUV | 76.95 | 199.7 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 204 | 0.50 | 0.81 | 0 | 0.2 | 263.27 | 0.68 | 0.48 |
| Hex | 67 | 27 | CC | 32 | 51 | 0 | 14 | 107 | 44 | 30 |
| Octal | 147 | 47 | 314 | 62 | 121 | 0 | 24 | 407 | 104 | 60 |
| Binary | 1100111 | 100111 | 11001100 | 110010 | 1010001 | 0 | 10100 | 100000111 | 1000100 | 110000 |
Color Harmonies of #6727CC
Complementary color
Monochromatic Colors of #6727CC
Black with #6727CC
Text Example
Text Example
White with #6727CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6727CC; }
p { color: rgb(103,39,204); }
H1.HeaderClassName
{
color: #6727CC;
}
.AnyTagClassName
{
color: #6727CC;
}
</style>
background-color css
<style>
a { background-color: #6727CC; }
a { background-color: rgb(103,39,204); }
div.DivClassName
{
background-color: #6727CC;
}
.BgClassName
{
background-color: #6727CC;
}
</style>
border-color css
<style>
span { border-color: #6727CC; }
span { border-color: rgb(103,39,204); }
td.TdClassName
{
border-color: #6727CC;
}
.TagClassName
{
border-color: #6727CC;
}
</style>