Shades of Purple Heart #6727DA
Tints of Purple Heart #6727DA
RGB
CMYK
RGB Variations
Color information
#6727DA (or 0x6727DA) is known color: Purple Heart. HEX triplet: 67, 27 and DA. RGB value is (103,39,218). Sum of RGB (Red+Green+Blue) = 103+39+218=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #6727DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6727DA is #98D825. Grayscale: #4D4D4D. Windows color (decimal): -10016806 or 14296935. OLE color: 14296935.
HSL color Cylindrical-coordinate representation of color #6727DA: hue angle of 261.45º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6727DA is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 39 | 218 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.15 |
| HSL | 261.45º | 0.71% | 0.5% | - |
| HSV(B) | 261.45º | 0.82% | 0.85% | - |
| XYZ | 18.97 | 9.4 | 67.14 | - |
| YUV | 78.54 | 206.7 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 218 | 0.53 | 0.82 | 0 | 0.15 | 261.45 | 0.71 | 0.5 |
| Hex | 67 | 27 | DA | 35 | 52 | 0 | F | 105 | 47 | 32 |
| Octal | 147 | 47 | 332 | 65 | 122 | 0 | 17 | 405 | 107 | 62 |
| Binary | 1100111 | 100111 | 11011010 | 110101 | 1010010 | 0 | 1111 | 100000101 | 1000111 | 110010 |
Color Harmonies of #6727DA
Complementary color
Monochromatic Colors of #6727DA
Black with #6727DA
Text Example
Text Example
White with #6727DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6727DA; }
p { color: rgb(103,39,218); }
H1.HeaderClassName
{
color: #6727DA;
}
.AnyTagClassName
{
color: #6727DA;
}
</style>
background-color css
<style>
a { background-color: #6727DA; }
a { background-color: rgb(103,39,218); }
div.DivClassName
{
background-color: #6727DA;
}
.BgClassName
{
background-color: #6727DA;
}
</style>
border-color css
<style>
span { border-color: #6727DA; }
span { border-color: rgb(103,39,218); }
td.TdClassName
{
border-color: #6727DA;
}
.TagClassName
{
border-color: #6727DA;
}
</style>