Shades of Han Purple #6628FA
Tints of Han Purple #6628FA
RGB
CMYK
RGB Variations
Color information
#6628FA (or 0x6628FA) is known color: Han Purple. HEX triplet: 66, 28 and FA. RGB value is (102,40,250). Sum of RGB (Red+Green+Blue) = 102+40+250=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #6628FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6628FA is #99D705. Grayscale: #515151. Windows color (decimal): -10082054 or 16394342. OLE color: 16394342.
HSL color Cylindrical-coordinate representation of color #6628FA: hue angle of 257.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6628FA is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 40 | 250 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.02 |
| HSL | 257.71º | 0.95% | 0.57% | - |
| HSV(B) | 257.71º | 0.84% | 0.98% | - |
| XYZ | 23.49 | 11.24 | 91.37 | - |
| YUV | 82.48 | 222.54 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 250 | 0.59 | 0.84 | 0 | 0.02 | 257.71 | 0.95 | 0.57 |
| Hex | 66 | 28 | FA | 3B | 54 | 0 | 2 | 102 | 5F | 39 |
| Octal | 146 | 50 | 372 | 73 | 124 | 0 | 2 | 402 | 137 | 71 |
| Binary | 1100110 | 101000 | 11111010 | 111011 | 1010100 | 0 | 10 | 100000010 | 1011111 | 111001 |
Color Harmonies of #6628FA
Complementary color
Monochromatic Colors of #6628FA
Black with #6628FA
Text Example
Text Example
White with #6628FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6628FA; }
p { color: rgb(102,40,250); }
H1.HeaderClassName
{
color: #6628FA;
}
.AnyTagClassName
{
color: #6628FA;
}
</style>
background-color css
<style>
a { background-color: #6628FA; }
a { background-color: rgb(102,40,250); }
div.DivClassName
{
background-color: #6628FA;
}
.BgClassName
{
background-color: #6628FA;
}
</style>
border-color css
<style>
span { border-color: #6628FA; }
span { border-color: rgb(102,40,250); }
td.TdClassName
{
border-color: #6628FA;
}
.TagClassName
{
border-color: #6628FA;
}
</style>