Shades of Han Purple #6334E8
Tints of Han Purple #6334E8
RGB
CMYK
RGB Variations
Color information
#6334E8 (or 0x6334E8) is known color: Han Purple. HEX triplet: 63, 34 and E8. RGB value is (99,52,232). Sum of RGB (Red+Green+Blue) = 99+52+232=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 232 (91.02% from 255 or 60.57% from 383); Max value from RGB is 232 - color contains mainly: blue. Hex color #6334E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6334E8 is #9CCB17. Grayscale: #555555. Windows color (decimal): -10275608 or 15217763. OLE color: 15217763.
HSL color Cylindrical-coordinate representation of color #6334E8: hue angle of 255.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6334E8 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 52 | 232 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.09 |
| HSL | 255.67º | 0.8% | 0.56% | - |
| HSV(B) | 255.67º | 0.78% | 0.91% | - |
| XYZ | 20.94 | 10.93 | 77.35 | - |
| YUV | 86.57 | 210.07 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 232 | 0.57 | 0.78 | 0 | 0.09 | 255.67 | 0.8 | 0.56 |
| Hex | 63 | 34 | E8 | 39 | 4E | 0 | 9 | 100 | 50 | 38 |
| Octal | 143 | 64 | 350 | 71 | 116 | 0 | 11 | 400 | 120 | 70 |
| Binary | 1100011 | 110100 | 11101000 | 111001 | 1001110 | 0 | 1001 | 100000000 | 1010000 | 111000 |
Color Harmonies of #6334E8
Complementary color
Monochromatic Colors of #6334E8
Black with #6334E8
Text Example
Text Example
White with #6334E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6334E8; }
p { color: rgb(99,52,232); }
H1.HeaderClassName
{
color: #6334E8;
}
.AnyTagClassName
{
color: #6334E8;
}
</style>
background-color css
<style>
a { background-color: #6334E8; }
a { background-color: rgb(99,52,232); }
div.DivClassName
{
background-color: #6334E8;
}
.BgClassName
{
background-color: #6334E8;
}
</style>
border-color css
<style>
span { border-color: #6334E8; }
span { border-color: rgb(99,52,232); }
td.TdClassName
{
border-color: #6334E8;
}
.TagClassName
{
border-color: #6334E8;
}
</style>