Shades of Han Purple #6A36FC
Tints of Han Purple #6A36FC
RGB
CMYK
RGB Variations
Color information
#6A36FC (or 0x6A36FC) is known color: Han Purple. HEX triplet: 6A, 36 and FC. RGB value is (106,54,252). Sum of RGB (Red+Green+Blue) = 106+54+252=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A36FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A36FC is #95C903. Grayscale: #5B5B5B. Windows color (decimal): -9816324 or 16529002. OLE color: 16529002.
HSL color Cylindrical-coordinate representation of color #6A36FC: hue angle of 255.76º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A36FC is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 54 | 252 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.01 |
| HSL | 255.76º | 0.97% | 0.6% | - |
| HSV(B) | 255.76º | 0.79% | 0.99% | - |
| XYZ | 24.83 | 12.73 | 93.24 | - |
| YUV | 92.12 | 218.23 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 54 | 252 | 0.58 | 0.79 | 0 | 0.01 | 255.76 | 0.97 | 0.6 |
| Hex | 6A | 36 | FC | 3A | 4F | 0 | 1 | 100 | 61 | 3C |
| Octal | 152 | 66 | 374 | 72 | 117 | 0 | 1 | 400 | 141 | 74 |
| Binary | 1101010 | 110110 | 11111100 | 111010 | 1001111 | 0 | 1 | 100000000 | 1100001 | 111100 |
Color Harmonies of #6A36FC
Complementary color
Monochromatic Colors of #6A36FC
Black with #6A36FC
Text Example
Text Example
White with #6A36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A36FC; }
p { color: rgb(106,54,252); }
H1.HeaderClassName
{
color: #6A36FC;
}
.AnyTagClassName
{
color: #6A36FC;
}
</style>
background-color css
<style>
a { background-color: #6A36FC; }
a { background-color: rgb(106,54,252); }
div.DivClassName
{
background-color: #6A36FC;
}
.BgClassName
{
background-color: #6A36FC;
}
</style>
border-color css
<style>
span { border-color: #6A36FC; }
span { border-color: rgb(106,54,252); }
td.TdClassName
{
border-color: #6A36FC;
}
.TagClassName
{
border-color: #6A36FC;
}
</style>