Shades of Han Purple #662BFA
Tints of Han Purple #662BFA
RGB
CMYK
RGB Variations
Color information
#662BFA (or 0x662BFA) is known color: Han Purple. HEX triplet: 66, 2B and FA. RGB value is (102,43,250). Sum of RGB (Red+Green+Blue) = 102+43+250=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #662BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662BFA is #99D405. Grayscale: #535353. Windows color (decimal): -10081286 or 16395110. OLE color: 16395110.
HSL color Cylindrical-coordinate representation of color #662BFA: hue angle of 257.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #662BFA is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 43 | 250 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.02 |
| HSL | 257.1º | 0.95% | 0.57% | - |
| HSV(B) | 257.1º | 0.83% | 0.98% | - |
| XYZ | 23.6 | 11.45 | 91.41 | - |
| YUV | 84.24 | 221.55 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 250 | 0.59 | 0.83 | 0 | 0.02 | 257.1 | 0.95 | 0.57 |
| Hex | 66 | 2B | FA | 3B | 53 | 0 | 2 | 101 | 5F | 39 |
| Octal | 146 | 53 | 372 | 73 | 123 | 0 | 2 | 401 | 137 | 71 |
| Binary | 1100110 | 101011 | 11111010 | 111011 | 1010011 | 0 | 10 | 100000001 | 1011111 | 111001 |
Color Harmonies of #662BFA
Complementary color
Monochromatic Colors of #662BFA
Black with #662BFA
Text Example
Text Example
White with #662BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662BFA; }
p { color: rgb(102,43,250); }
H1.HeaderClassName
{
color: #662BFA;
}
.AnyTagClassName
{
color: #662BFA;
}
</style>
background-color css
<style>
a { background-color: #662BFA; }
a { background-color: rgb(102,43,250); }
div.DivClassName
{
background-color: #662BFA;
}
.BgClassName
{
background-color: #662BFA;
}
</style>
border-color css
<style>
span { border-color: #662BFA; }
span { border-color: rgb(102,43,250); }
td.TdClassName
{
border-color: #662BFA;
}
.TagClassName
{
border-color: #662BFA;
}
</style>