Shades of Han Purple #4315DA
Tints of Han Purple #4315DA
RGB
CMYK
RGB Variations
Color information
#4315DA (or 0x4315DA) is known color: Han Purple. HEX triplet: 43, 15 and DA. RGB value is (67,21,218). Sum of RGB (Red+Green+Blue) = 67+21+218=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #4315DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4315DA is #BCEA25. Grayscale: #383838. Windows color (decimal): -12380710 or 14292291. OLE color: 14292291.
HSL color Cylindrical-coordinate representation of color #4315DA: hue angle of 254.01º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4315DA is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 21 | 218 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.15 |
| HSL | 254.01º | 0.82% | 0.47% | - |
| HSV(B) | 254.01º | 0.9% | 0.85% | - |
| XYZ | 15.24 | 6.79 | 66.84 | - |
| YUV | 57.21 | 218.74 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 218 | 0.69 | 0.90 | 0 | 0.15 | 254.01 | 0.82 | 0.47 |
| Hex | 43 | 15 | DA | 45 | 5A | 0 | F | FE | 52 | 2F |
| Octal | 103 | 25 | 332 | 105 | 132 | 0 | 17 | 376 | 122 | 57 |
| Binary | 1000011 | 10101 | 11011010 | 1000101 | 1011010 | 0 | 1111 | 11111110 | 1010010 | 101111 |
Color Harmonies of #4315DA
Complementary color
Monochromatic Colors of #4315DA
Black with #4315DA
Text Example
Text Example
White with #4315DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4315DA; }
p { color: rgb(67,21,218); }
H1.HeaderClassName
{
color: #4315DA;
}
.AnyTagClassName
{
color: #4315DA;
}
</style>
background-color css
<style>
a { background-color: #4315DA; }
a { background-color: rgb(67,21,218); }
div.DivClassName
{
background-color: #4315DA;
}
.BgClassName
{
background-color: #4315DA;
}
</style>
border-color css
<style>
span { border-color: #4315DA; }
span { border-color: rgb(67,21,218); }
td.TdClassName
{
border-color: #4315DA;
}
.TagClassName
{
border-color: #4315DA;
}
</style>