Shades of Han Purple #4215CF
Tints of Han Purple #4215CF
RGB
CMYK
RGB Variations
Color information
#4215CF (or 0x4215CF) is known color: Han Purple. HEX triplet: 42, 15 and CF. RGB value is (66,21,207). Sum of RGB (Red+Green+Blue) = 66+21+207=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #4215CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4215CF is #BDEA30. Grayscale: #363636. Windows color (decimal): -12446257 or 13571394. OLE color: 13571394.
HSL color Cylindrical-coordinate representation of color #4215CF: hue angle of 254.52º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4215CF is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 21 | 207 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.19 |
| HSL | 254.52º | 0.82% | 0.45% | - |
| HSV(B) | 254.52º | 0.9% | 0.81% | - |
| XYZ | 13.78 | 6.2 | 59.5 | - |
| YUV | 55.66 | 213.41 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 207 | 0.68 | 0.90 | 0 | 0.19 | 254.52 | 0.82 | 0.45 |
| Hex | 42 | 15 | CF | 44 | 5A | 0 | 13 | FF | 52 | 2D |
| Octal | 102 | 25 | 317 | 104 | 132 | 0 | 23 | 377 | 122 | 55 |
| Binary | 1000010 | 10101 | 11001111 | 1000100 | 1011010 | 0 | 10011 | 11111111 | 1010010 | 101101 |
Color Harmonies of #4215CF
Complementary color
Monochromatic Colors of #4215CF
Black with #4215CF
Text Example
Text Example
White with #4215CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4215CF; }
p { color: rgb(66,21,207); }
H1.HeaderClassName
{
color: #4215CF;
}
.AnyTagClassName
{
color: #4215CF;
}
</style>
background-color css
<style>
a { background-color: #4215CF; }
a { background-color: rgb(66,21,207); }
div.DivClassName
{
background-color: #4215CF;
}
.BgClassName
{
background-color: #4215CF;
}
</style>
border-color css
<style>
span { border-color: #4215CF; }
span { border-color: rgb(66,21,207); }
td.TdClassName
{
border-color: #4215CF;
}
.TagClassName
{
border-color: #4215CF;
}
</style>