Shades of Han Purple #6732F1
Tints of Han Purple #6732F1
RGB
CMYK
RGB Variations
Color information
#6732F1 (or 0x6732F1) is known color: Han Purple. HEX triplet: 67, 32 and F1. RGB value is (103,50,241). Sum of RGB (Red+Green+Blue) = 103+50+241=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #6732F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6732F1 is #98CD0E. Grayscale: #565656. Windows color (decimal): -10013967 or 15807079. OLE color: 15807079.
HSL color Cylindrical-coordinate representation of color #6732F1: hue angle of 256.65º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6732F1 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 50 | 241 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.05 |
| HSL | 256.65º | 0.87% | 0.57% | - |
| HSV(B) | 256.65º | 0.79% | 0.95% | - |
| XYZ | 22.61 | 11.52 | 84.25 | - |
| YUV | 87.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 241 | 0.57 | 0.79 | 0 | 0.05 | 256.65 | 0.87 | 0.57 |
| Hex | 67 | 32 | F1 | 39 | 4F | 0 | 5 | 101 | 57 | 39 |
| Octal | 147 | 62 | 361 | 71 | 117 | 0 | 5 | 401 | 127 | 71 |
| Binary | 1100111 | 110010 | 11110001 | 111001 | 1001111 | 0 | 101 | 100000001 | 1010111 | 111001 |
Color Harmonies of #6732F1
Complementary color
Monochromatic Colors of #6732F1
Black with #6732F1
Text Example
Text Example
White with #6732F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6732F1; }
p { color: rgb(103,50,241); }
H1.HeaderClassName
{
color: #6732F1;
}
.AnyTagClassName
{
color: #6732F1;
}
</style>
background-color css
<style>
a { background-color: #6732F1; }
a { background-color: rgb(103,50,241); }
div.DivClassName
{
background-color: #6732F1;
}
.BgClassName
{
background-color: #6732F1;
}
</style>
border-color css
<style>
span { border-color: #6732F1; }
span { border-color: rgb(103,50,241); }
td.TdClassName
{
border-color: #6732F1;
}
.TagClassName
{
border-color: #6732F1;
}
</style>