Shades of Han Purple #6625FF
Tints of Han Purple #6625FF
RGB
CMYK
RGB Variations
Color information
#6625FF (or 0x6625FF) is known color: Han Purple. HEX triplet: 66, 25 and FF. RGB value is (102,37,255). Sum of RGB (Red+Green+Blue) = 102+37+255=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #6625FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6625FF is #99DA00. Grayscale: #505050. Windows color (decimal): -10082817 or 16721254. OLE color: 16721254.
HSL color Cylindrical-coordinate representation of color #6625FF: hue angle of 257.89º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6625FF is Cyan = 0.6, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 37 | 255 | - |
| CMYK | 0.6 | 0.85 | 0 | 0 |
| HSL | 257.89º | 1% | 0.57% | - |
| HSV(B) | 257.89º | 0.85% | 1% | - |
| XYZ | 24.19 | 11.37 | 95.53 | - |
| YUV | 81.29 | 226.03 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 255 | 0.6 | 0.85 | 0 | 0 | 257.89 | 1 | 0.57 |
| Hex | 66 | 25 | FF | 3C | 55 | 0 | 0 | 102 | 64 | 39 |
| Octal | 146 | 45 | 377 | 74 | 125 | 0 | 0 | 402 | 144 | 71 |
| Binary | 1100110 | 100101 | 11111111 | 111100 | 1010101 | 0 | 0 | 100000010 | 1100100 | 111001 |
Color Harmonies of #6625FF
Complementary color
Monochromatic Colors of #6625FF
Black with #6625FF
Text Example
Text Example
White with #6625FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6625FF; }
p { color: rgb(102,37,255); }
H1.HeaderClassName
{
color: #6625FF;
}
.AnyTagClassName
{
color: #6625FF;
}
</style>
background-color css
<style>
a { background-color: #6625FF; }
a { background-color: rgb(102,37,255); }
div.DivClassName
{
background-color: #6625FF;
}
.BgClassName
{
background-color: #6625FF;
}
</style>
border-color css
<style>
span { border-color: #6625FF; }
span { border-color: rgb(102,37,255); }
td.TdClassName
{
border-color: #6625FF;
}
.TagClassName
{
border-color: #6625FF;
}
</style>