Shades of Han Purple #4319FD
Tints of Han Purple #4319FD
RGB
CMYK
RGB Variations
Color information
#4319FD (or 0x4319FD) is known color: Han Purple. HEX triplet: 43, 19 and FD. RGB value is (67,25,253). Sum of RGB (Red+Green+Blue) = 67+25+253=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #4319FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4319FD is #BCE602. Grayscale: #3E3E3E. Windows color (decimal): -12379651 or 16587075. OLE color: 16587075.
HSL color Cylindrical-coordinate representation of color #4319FD: hue angle of 251.05º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4319FD is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 25 | 253 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.01 |
| HSL | 251.05º | 0.98% | 0.55% | - |
| HSV(B) | 251.05º | 0.9% | 0.99% | - |
| XYZ | 20.39 | 8.98 | 93.59 | - |
| YUV | 63.55 | 234.91 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 253 | 0.74 | 0.90 | 0 | 0.01 | 251.05 | 0.98 | 0.55 |
| Hex | 43 | 19 | FD | 4A | 5A | 0 | 1 | FB | 62 | 37 |
| Octal | 103 | 31 | 375 | 112 | 132 | 0 | 1 | 373 | 142 | 67 |
| Binary | 1000011 | 11001 | 11111101 | 1001010 | 1011010 | 0 | 1 | 11111011 | 1100010 | 110111 |
Color Harmonies of #4319FD
Complementary color
Monochromatic Colors of #4319FD
Black with #4319FD
Text Example
Text Example
White with #4319FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4319FD; }
p { color: rgb(67,25,253); }
H1.HeaderClassName
{
color: #4319FD;
}
.AnyTagClassName
{
color: #4319FD;
}
</style>
background-color css
<style>
a { background-color: #4319FD; }
a { background-color: rgb(67,25,253); }
div.DivClassName
{
background-color: #4319FD;
}
.BgClassName
{
background-color: #4319FD;
}
</style>
border-color css
<style>
span { border-color: #4319FD; }
span { border-color: rgb(67,25,253); }
td.TdClassName
{
border-color: #4319FD;
}
.TagClassName
{
border-color: #4319FD;
}
</style>