Shades of Han Purple #6312EF
Tints of Han Purple #6312EF
RGB
CMYK
RGB Variations
Color information
#6312EF (or 0x6312EF) is known color: Han Purple. HEX triplet: 63, 12 and EF. RGB value is (99,18,239). Sum of RGB (Red+Green+Blue) = 99+18+239=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #6312EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6312EF is #9CED10. Grayscale: #424242. Windows color (decimal): -10284305 or 15667811. OLE color: 15667811.
HSL color Cylindrical-coordinate representation of color #6312EF: hue angle of 261.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6312EF is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 18 | 239 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.06 |
| HSL | 261.99º | 0.87% | 0.5% | - |
| HSV(B) | 261.99º | 0.92% | 0.94% | - |
| XYZ | 20.94 | 9.32 | 82.36 | - |
| YUV | 67.41 | 224.84 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 239 | 0.59 | 0.92 | 0 | 0.06 | 261.99 | 0.87 | 0.5 |
| Hex | 63 | 12 | EF | 3B | 5C | 0 | 6 | 106 | 57 | 32 |
| Octal | 143 | 22 | 357 | 73 | 134 | 0 | 6 | 406 | 127 | 62 |
| Binary | 1100011 | 10010 | 11101111 | 111011 | 1011100 | 0 | 110 | 100000110 | 1010111 | 110010 |
Color Harmonies of #6312EF
Complementary color
Monochromatic Colors of #6312EF
Black with #6312EF
Text Example
Text Example
White with #6312EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6312EF; }
p { color: rgb(99,18,239); }
H1.HeaderClassName
{
color: #6312EF;
}
.AnyTagClassName
{
color: #6312EF;
}
</style>
background-color css
<style>
a { background-color: #6312EF; }
a { background-color: rgb(99,18,239); }
div.DivClassName
{
background-color: #6312EF;
}
.BgClassName
{
background-color: #6312EF;
}
</style>
border-color css
<style>
span { border-color: #6312EF; }
span { border-color: rgb(99,18,239); }
td.TdClassName
{
border-color: #6312EF;
}
.TagClassName
{
border-color: #6312EF;
}
</style>