Shades of Han Purple #6633FF
Tints of Han Purple #6633FF
RGB
CMYK
RGB Variations
Color information
#6633FF (or 0x6633FF) is known color: Han Purple. HEX triplet: 66, 33 and FF. RGB value is (102,51,255). Sum of RGB (Red+Green+Blue) = 102+51+255=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #6633FF is a web safe color. Inversed color of #6633FF is #99CC00. Grayscale: #585858. Windows color (decimal): -10079233 or 16724838. OLE color: 16724838.
HSL color Cylindrical-coordinate representation of color #6633FF: hue angle of 255º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6633FF is Cyan = 0.6, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 51 | 255 | - |
| CMYK | 0.6 | 0.8 | 0 | 0 |
| HSL | 255º | 1% | 0.6% | - |
| HSV(B) | 255º | 0.8% | 1% | - |
| XYZ | 24.71 | 12.41 | 95.7 | - |
| YUV | 89.51 | 221.4 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 255 | 0.6 | 0.8 | 0 | 0 | 255 | 1 | 0.6 |
| Hex | 66 | 33 | FF | 3C | 50 | 0 | 0 | FF | 64 | 3C |
| Octal | 146 | 63 | 377 | 74 | 120 | 0 | 0 | 377 | 144 | 74 |
| Binary | 1100110 | 110011 | 11111111 | 111100 | 1010000 | 0 | 0 | 11111111 | 1100100 | 111100 |
Color Harmonies of #6633FF
Complementary color
Monochromatic Colors of #6633FF
Black with #6633FF
Text Example
Text Example
White with #6633FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6633FF; }
p { color: rgb(102,51,255); }
H1.HeaderClassName
{
color: #6633FF;
}
.AnyTagClassName
{
color: #6633FF;
}
</style>
background-color css
<style>
a { background-color: #6633FF; }
a { background-color: rgb(102,51,255); }
div.DivClassName
{
background-color: #6633FF;
}
.BgClassName
{
background-color: #6633FF;
}
</style>
border-color css
<style>
span { border-color: #6633FF; }
span { border-color: rgb(102,51,255); }
td.TdClassName
{
border-color: #6633FF;
}
.TagClassName
{
border-color: #6633FF;
}
</style>