Shades of Han Purple #431DD7
Tints of Han Purple #431DD7
RGB
CMYK
RGB Variations
Color information
#431DD7 (or 0x431DD7) is known color: Han Purple. HEX triplet: 43, 1D and D7. RGB value is (67,29,215). Sum of RGB (Red+Green+Blue) = 67+29+215=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #431DD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431DD7 is #BCE228. Grayscale: #3C3C3C. Windows color (decimal): -12378665 or 14097731. OLE color: 14097731.
HSL color Cylindrical-coordinate representation of color #431DD7: hue angle of 252.26º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431DD7 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 29 | 215 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.16 |
| HSL | 252.26º | 0.76% | 0.48% | - |
| HSV(B) | 252.26º | 0.87% | 0.84% | - |
| XYZ | 15.02 | 6.98 | 64.85 | - |
| YUV | 61.57 | 214.59 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 215 | 0.69 | 0.87 | 0 | 0.16 | 252.26 | 0.76 | 0.48 |
| Hex | 43 | 1D | D7 | 45 | 57 | 0 | 10 | FC | 4C | 30 |
| Octal | 103 | 35 | 327 | 105 | 127 | 0 | 20 | 374 | 114 | 60 |
| Binary | 1000011 | 11101 | 11010111 | 1000101 | 1010111 | 0 | 10000 | 11111100 | 1001100 | 110000 |
Color Harmonies of #431DD7
Complementary color
Monochromatic Colors of #431DD7
Black with #431DD7
Text Example
Text Example
White with #431DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431DD7; }
p { color: rgb(67,29,215); }
H1.HeaderClassName
{
color: #431DD7;
}
.AnyTagClassName
{
color: #431DD7;
}
</style>
background-color css
<style>
a { background-color: #431DD7; }
a { background-color: rgb(67,29,215); }
div.DivClassName
{
background-color: #431DD7;
}
.BgClassName
{
background-color: #431DD7;
}
</style>
border-color css
<style>
span { border-color: #431DD7; }
span { border-color: rgb(67,29,215); }
td.TdClassName
{
border-color: #431DD7;
}
.TagClassName
{
border-color: #431DD7;
}
</style>