Shades of Han Purple #4315DC
Tints of Han Purple #4315DC
RGB
CMYK
RGB Variations
Color information
#4315DC (or 0x4315DC) is known color: Han Purple. HEX triplet: 43, 15 and DC. RGB value is (67,21,220). Sum of RGB (Red+Green+Blue) = 67+21+220=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #4315DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4315DC is #BCEA23. Grayscale: #383838. Windows color (decimal): -12380708 or 14423363. OLE color: 14423363.
HSL color Cylindrical-coordinate representation of color #4315DC: hue angle of 253.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4315DC is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 21 | 220 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.14 |
| HSL | 253.87º | 0.83% | 0.47% | - |
| HSV(B) | 253.87º | 0.9% | 0.86% | - |
| XYZ | 15.5 | 6.9 | 68.22 | - |
| YUV | 57.44 | 219.74 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 220 | 0.70 | 0.90 | 0 | 0.14 | 253.87 | 0.83 | 0.47 |
| Hex | 43 | 15 | DC | 46 | 5A | 0 | E | FE | 53 | 2F |
| Octal | 103 | 25 | 334 | 106 | 132 | 0 | 16 | 376 | 123 | 57 |
| Binary | 1000011 | 10101 | 11011100 | 1000110 | 1011010 | 0 | 1110 | 11111110 | 1010011 | 101111 |
Color Harmonies of #4315DC
Complementary color
Monochromatic Colors of #4315DC
Black with #4315DC
Text Example
Text Example
White with #4315DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4315DC; }
p { color: rgb(67,21,220); }
H1.HeaderClassName
{
color: #4315DC;
}
.AnyTagClassName
{
color: #4315DC;
}
</style>
background-color css
<style>
a { background-color: #4315DC; }
a { background-color: rgb(67,21,220); }
div.DivClassName
{
background-color: #4315DC;
}
.BgClassName
{
background-color: #4315DC;
}
</style>
border-color css
<style>
span { border-color: #4315DC; }
span { border-color: rgb(67,21,220); }
td.TdClassName
{
border-color: #4315DC;
}
.TagClassName
{
border-color: #4315DC;
}
</style>