Shades of Han Purple #662DF2
Tints of Han Purple #662DF2
RGB
CMYK
RGB Variations
Color information
#662DF2 (or 0x662DF2) is known color: Han Purple. HEX triplet: 66, 2D and F2. RGB value is (102,45,242). Sum of RGB (Red+Green+Blue) = 102+45+242=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #662DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662DF2 is #99D20D. Grayscale: #535353. Windows color (decimal): -10080782 or 15871334. OLE color: 15871334.
HSL color Cylindrical-coordinate representation of color #662DF2: hue angle of 257.36º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662DF2 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 45 | 242 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.05 |
| HSL | 257.36º | 0.88% | 0.56% | - |
| HSV(B) | 257.36º | 0.81% | 0.95% | - |
| XYZ | 22.44 | 11.11 | 84.97 | - |
| YUV | 84.5 | 216.88 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 242 | 0.58 | 0.81 | 0 | 0.05 | 257.36 | 0.88 | 0.56 |
| Hex | 66 | 2D | F2 | 3A | 51 | 0 | 5 | 101 | 58 | 38 |
| Octal | 146 | 55 | 362 | 72 | 121 | 0 | 5 | 401 | 130 | 70 |
| Binary | 1100110 | 101101 | 11110010 | 111010 | 1010001 | 0 | 101 | 100000001 | 1011000 | 111000 |
Color Harmonies of #662DF2
Complementary color
Monochromatic Colors of #662DF2
Black with #662DF2
Text Example
Text Example
White with #662DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DF2; }
p { color: rgb(102,45,242); }
H1.HeaderClassName
{
color: #662DF2;
}
.AnyTagClassName
{
color: #662DF2;
}
</style>
background-color css
<style>
a { background-color: #662DF2; }
a { background-color: rgb(102,45,242); }
div.DivClassName
{
background-color: #662DF2;
}
.BgClassName
{
background-color: #662DF2;
}
</style>
border-color css
<style>
span { border-color: #662DF2; }
span { border-color: rgb(102,45,242); }
td.TdClassName
{
border-color: #662DF2;
}
.TagClassName
{
border-color: #662DF2;
}
</style>