Shades of Han Purple #6F23FA
Tints of Han Purple #6F23FA
RGB
CMYK
RGB Variations
Color information
#6F23FA (or 0x6F23FA) is known color: Han Purple. HEX triplet: 6F, 23 and FA. RGB value is (111,35,250). Sum of RGB (Red+Green+Blue) = 111+35+250=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F23FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F23FA is #90DC05. Grayscale: #515151. Windows color (decimal): -9493510 or 16393071. OLE color: 16393071.
HSL color Cylindrical-coordinate representation of color #6F23FA: hue angle of 261.21º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F23FA is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 35 | 250 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.02 |
| HSL | 261.21º | 0.96% | 0.56% | - |
| HSV(B) | 261.21º | 0.86% | 0.98% | - |
| XYZ | 24.41 | 11.48 | 91.37 | - |
| YUV | 82.23 | 222.68 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 250 | 0.56 | 0.86 | 0 | 0.02 | 261.21 | 0.96 | 0.56 |
| Hex | 6F | 23 | FA | 38 | 56 | 0 | 2 | 105 | 60 | 38 |
| Octal | 157 | 43 | 372 | 70 | 126 | 0 | 2 | 405 | 140 | 70 |
| Binary | 1101111 | 100011 | 11111010 | 111000 | 1010110 | 0 | 10 | 100000101 | 1100000 | 111000 |
Color Harmonies of #6F23FA
Complementary color
Monochromatic Colors of #6F23FA
Black with #6F23FA
Text Example
Text Example
White with #6F23FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F23FA; }
p { color: rgb(111,35,250); }
H1.HeaderClassName
{
color: #6F23FA;
}
.AnyTagClassName
{
color: #6F23FA;
}
</style>
background-color css
<style>
a { background-color: #6F23FA; }
a { background-color: rgb(111,35,250); }
div.DivClassName
{
background-color: #6F23FA;
}
.BgClassName
{
background-color: #6F23FA;
}
</style>
border-color css
<style>
span { border-color: #6F23FA; }
span { border-color: rgb(111,35,250); }
td.TdClassName
{
border-color: #6F23FA;
}
.TagClassName
{
border-color: #6F23FA;
}
</style>