Shades of Han Purple #6635F1
Tints of Han Purple #6635F1
RGB
CMYK
RGB Variations
Color information
#6635F1 (or 0x6635F1) is known color: Han Purple. HEX triplet: 66, 35 and F1. RGB value is (102,53,241). Sum of RGB (Red+Green+Blue) = 102+53+241=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #6635F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6635F1 is #99CA0E. Grayscale: #585858. Windows color (decimal): -10078735 or 15807846. OLE color: 15807846.
HSL color Cylindrical-coordinate representation of color #6635F1: hue angle of 255.64º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6635F1 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 53 | 241 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.05 |
| HSL | 255.64º | 0.87% | 0.58% | - |
| HSV(B) | 255.64º | 0.78% | 0.95% | - |
| XYZ | 22.63 | 11.72 | 84.29 | - |
| YUV | 89.08 | 213.73 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 241 | 0.58 | 0.78 | 0 | 0.05 | 255.64 | 0.87 | 0.58 |
| Hex | 66 | 35 | F1 | 3A | 4E | 0 | 5 | 100 | 57 | 3A |
| Octal | 146 | 65 | 361 | 72 | 116 | 0 | 5 | 400 | 127 | 72 |
| Binary | 1100110 | 110101 | 11110001 | 111010 | 1001110 | 0 | 101 | 100000000 | 1010111 | 111010 |
Color Harmonies of #6635F1
Complementary color
Monochromatic Colors of #6635F1
Black with #6635F1
Text Example
Text Example
White with #6635F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6635F1; }
p { color: rgb(102,53,241); }
H1.HeaderClassName
{
color: #6635F1;
}
.AnyTagClassName
{
color: #6635F1;
}
</style>
background-color css
<style>
a { background-color: #6635F1; }
a { background-color: rgb(102,53,241); }
div.DivClassName
{
background-color: #6635F1;
}
.BgClassName
{
background-color: #6635F1;
}
</style>
border-color css
<style>
span { border-color: #6635F1; }
span { border-color: rgb(102,53,241); }
td.TdClassName
{
border-color: #6635F1;
}
.TagClassName
{
border-color: #6635F1;
}
</style>