Shades of Han Purple #6639F0
Tints of Han Purple #6639F0
RGB
CMYK
RGB Variations
Color information
#6639F0 (or 0x6639F0) is known color: Han Purple. HEX triplet: 66, 39 and F0. RGB value is (102,57,240). Sum of RGB (Red+Green+Blue) = 102+57+240=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 240 (94.14% from 255 or 60.15% from 399); Max value from RGB is 240 - color contains mainly: blue. Hex color #6639F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6639F0 is #99C60F. Grayscale: #5A5A5A. Windows color (decimal): -10077712 or 15743334. OLE color: 15743334.
HSL color Cylindrical-coordinate representation of color #6639F0: hue angle of 254.75º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6639F0 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 57 | 240 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.06 |
| HSL | 254.75º | 0.86% | 0.58% | - |
| HSV(B) | 254.75º | 0.76% | 0.94% | - |
| XYZ | 22.67 | 12.04 | 83.57 | - |
| YUV | 91.32 | 211.91 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 240 | 0.58 | 0.76 | 0 | 0.06 | 254.75 | 0.86 | 0.58 |
| Hex | 66 | 39 | F0 | 3A | 4C | 0 | 6 | FF | 56 | 3A |
| Octal | 146 | 71 | 360 | 72 | 114 | 0 | 6 | 377 | 126 | 72 |
| Binary | 1100110 | 111001 | 11110000 | 111010 | 1001100 | 0 | 110 | 11111111 | 1010110 | 111010 |
Color Harmonies of #6639F0
Complementary color
Monochromatic Colors of #6639F0
Black with #6639F0
Text Example
Text Example
White with #6639F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6639F0; }
p { color: rgb(102,57,240); }
H1.HeaderClassName
{
color: #6639F0;
}
.AnyTagClassName
{
color: #6639F0;
}
</style>
background-color css
<style>
a { background-color: #6639F0; }
a { background-color: rgb(102,57,240); }
div.DivClassName
{
background-color: #6639F0;
}
.BgClassName
{
background-color: #6639F0;
}
</style>
border-color css
<style>
span { border-color: #6639F0; }
span { border-color: rgb(102,57,240); }
td.TdClassName
{
border-color: #6639F0;
}
.TagClassName
{
border-color: #6639F0;
}
</style>