Shades of Han Purple #6620FA
Tints of Han Purple #6620FA
RGB
CMYK
RGB Variations
Color information
#6620FA (or 0x6620FA) is known color: Han Purple. HEX triplet: 66, 20 and FA. RGB value is (102,32,250). Sum of RGB (Red+Green+Blue) = 102+32+250=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #6620FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6620FA is #99DF05. Grayscale: #4C4C4C. Windows color (decimal): -10084102 or 16392294. OLE color: 16392294.
HSL color Cylindrical-coordinate representation of color #6620FA: hue angle of 259.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6620FA is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 32 | 250 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.02 |
| HSL | 259.27º | 0.96% | 0.55% | - |
| HSV(B) | 259.27º | 0.87% | 0.98% | - |
| XYZ | 23.25 | 10.76 | 91.29 | - |
| YUV | 77.78 | 225.19 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 250 | 0.59 | 0.87 | 0 | 0.02 | 259.27 | 0.96 | 0.55 |
| Hex | 66 | 20 | FA | 3B | 57 | 0 | 2 | 103 | 60 | 37 |
| Octal | 146 | 40 | 372 | 73 | 127 | 0 | 2 | 403 | 140 | 67 |
| Binary | 1100110 | 100000 | 11111010 | 111011 | 1010111 | 0 | 10 | 100000011 | 1100000 | 110111 |
Color Harmonies of #6620FA
Complementary color
Monochromatic Colors of #6620FA
Black with #6620FA
Text Example
Text Example
White with #6620FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6620FA; }
p { color: rgb(102,32,250); }
H1.HeaderClassName
{
color: #6620FA;
}
.AnyTagClassName
{
color: #6620FA;
}
</style>
background-color css
<style>
a { background-color: #6620FA; }
a { background-color: rgb(102,32,250); }
div.DivClassName
{
background-color: #6620FA;
}
.BgClassName
{
background-color: #6620FA;
}
</style>
border-color css
<style>
span { border-color: #6620FA; }
span { border-color: rgb(102,32,250); }
td.TdClassName
{
border-color: #6620FA;
}
.TagClassName
{
border-color: #6620FA;
}
</style>