Shades of Han Purple #602DFF
Tints of Han Purple #602DFF
RGB
CMYK
RGB Variations
Color information
#602DFF (or 0x602DFF) is known color: Han Purple. HEX triplet: 60, 2D and FF. RGB value is (96,45,255). Sum of RGB (Red+Green+Blue) = 96+45+255=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #602DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602DFF is #9FD200. Grayscale: #535353. Windows color (decimal): -10473985 or 16723296. OLE color: 16723296.
HSL color Cylindrical-coordinate representation of color #602DFF: hue angle of 254.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602DFF is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 45 | 255 | - |
| CMYK | 0.62 | 0.82 | 0 | 0 |
| HSL | 254.57º | 1% | 0.59% | - |
| HSV(B) | 254.57º | 0.82% | 1% | - |
| XYZ | 23.81 | 11.58 | 95.59 | - |
| YUV | 84.19 | 224.4 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 255 | 0.62 | 0.82 | 0 | 0 | 254.57 | 1 | 0.59 |
| Hex | 60 | 2D | FF | 3E | 52 | 0 | 0 | FF | 64 | 3B |
| Octal | 140 | 55 | 377 | 76 | 122 | 0 | 0 | 377 | 144 | 73 |
| Binary | 1100000 | 101101 | 11111111 | 111110 | 1010010 | 0 | 0 | 11111111 | 1100100 | 111011 |
Color Harmonies of #602DFF
Complementary color
Monochromatic Colors of #602DFF
Black with #602DFF
Text Example
Text Example
White with #602DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DFF; }
p { color: rgb(96,45,255); }
H1.HeaderClassName
{
color: #602DFF;
}
.AnyTagClassName
{
color: #602DFF;
}
</style>
background-color css
<style>
a { background-color: #602DFF; }
a { background-color: rgb(96,45,255); }
div.DivClassName
{
background-color: #602DFF;
}
.BgClassName
{
background-color: #602DFF;
}
</style>
border-color css
<style>
span { border-color: #602DFF; }
span { border-color: rgb(96,45,255); }
td.TdClassName
{
border-color: #602DFF;
}
.TagClassName
{
border-color: #602DFF;
}
</style>