Shades of Han Purple #662CF2
Tints of Han Purple #662CF2
RGB
CMYK
RGB Variations
Color information
#662CF2 (or 0x662CF2) is known color: Han Purple. HEX triplet: 66, 2C and F2. RGB value is (102,44,242). Sum of RGB (Red+Green+Blue) = 102+44+242=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 242 (94.92% from 255 or 62.37% from 388); Max value from RGB is 242 - color contains mainly: blue. Hex color #662CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662CF2 is #99D30D. Grayscale: #535353. Windows color (decimal): -10081038 or 15871078. OLE color: 15871078.
HSL color Cylindrical-coordinate representation of color #662CF2: hue angle of 257.58º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #662CF2 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 44 | 242 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.05 |
| HSL | 257.58º | 0.88% | 0.56% | - |
| HSV(B) | 257.58º | 0.82% | 0.95% | - |
| XYZ | 22.41 | 11.04 | 84.95 | - |
| YUV | 83.91 | 217.22 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 242 | 0.58 | 0.82 | 0 | 0.05 | 257.58 | 0.88 | 0.56 |
| Hex | 66 | 2C | F2 | 3A | 52 | 0 | 5 | 102 | 58 | 38 |
| Octal | 146 | 54 | 362 | 72 | 122 | 0 | 5 | 402 | 130 | 70 |
| Binary | 1100110 | 101100 | 11110010 | 111010 | 1010010 | 0 | 101 | 100000010 | 1011000 | 111000 |
Color Harmonies of #662CF2
Complementary color
Monochromatic Colors of #662CF2
Black with #662CF2
Text Example
Text Example
White with #662CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662CF2; }
p { color: rgb(102,44,242); }
H1.HeaderClassName
{
color: #662CF2;
}
.AnyTagClassName
{
color: #662CF2;
}
</style>
background-color css
<style>
a { background-color: #662CF2; }
a { background-color: rgb(102,44,242); }
div.DivClassName
{
background-color: #662CF2;
}
.BgClassName
{
background-color: #662CF2;
}
</style>
border-color css
<style>
span { border-color: #662CF2; }
span { border-color: rgb(102,44,242); }
td.TdClassName
{
border-color: #662CF2;
}
.TagClassName
{
border-color: #662CF2;
}
</style>