Shades of Han Purple #6632FA
Tints of Han Purple #6632FA
RGB
CMYK
RGB Variations
Color information
#6632FA (or 0x6632FA) is known color: Han Purple. HEX triplet: 66, 32 and FA. RGB value is (102,50,250). Sum of RGB (Red+Green+Blue) = 102+50+250=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #6632FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6632FA is #99CD05. Grayscale: #575757. Windows color (decimal): -10079494 or 16396902. OLE color: 16396902.
HSL color Cylindrical-coordinate representation of color #6632FA: hue angle of 255.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6632FA is Cyan = 0.59, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 50 | 250 | - |
| CMYK | 0.59 | 0.8 | 0 | 0.02 |
| HSL | 255.6º | 0.95% | 0.59% | - |
| HSV(B) | 255.6º | 0.8% | 0.98% | - |
| XYZ | 23.88 | 12.01 | 91.5 | - |
| YUV | 88.35 | 219.23 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 250 | 0.59 | 0.8 | 0 | 0.02 | 255.6 | 0.95 | 0.59 |
| Hex | 66 | 32 | FA | 3B | 50 | 0 | 2 | 100 | 5F | 3B |
| Octal | 146 | 62 | 372 | 73 | 120 | 0 | 2 | 400 | 137 | 73 |
| Binary | 1100110 | 110010 | 11111010 | 111011 | 1010000 | 0 | 10 | 100000000 | 1011111 | 111011 |
Color Harmonies of #6632FA
Complementary color
Monochromatic Colors of #6632FA
Black with #6632FA
Text Example
Text Example
White with #6632FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6632FA; }
p { color: rgb(102,50,250); }
H1.HeaderClassName
{
color: #6632FA;
}
.AnyTagClassName
{
color: #6632FA;
}
</style>
background-color css
<style>
a { background-color: #6632FA; }
a { background-color: rgb(102,50,250); }
div.DivClassName
{
background-color: #6632FA;
}
.BgClassName
{
background-color: #6632FA;
}
</style>
border-color css
<style>
span { border-color: #6632FA; }
span { border-color: rgb(102,50,250); }
td.TdClassName
{
border-color: #6632FA;
}
.TagClassName
{
border-color: #6632FA;
}
</style>