Shades of Han Purple #6B23F7
Tints of Han Purple #6B23F7
RGB
CMYK
RGB Variations
Color information
#6B23F7 (or 0x6B23F7) is known color: Han Purple. HEX triplet: 6B, 23 and F7. RGB value is (107,35,247). Sum of RGB (Red+Green+Blue) = 107+35+247=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #6B23F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B23F7 is #94DC08. Grayscale: #4F4F4F. Windows color (decimal): -9755657 or 16196459. OLE color: 16196459.
HSL color Cylindrical-coordinate representation of color #6B23F7: hue angle of 260.38º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B23F7 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 35 | 247 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.03 |
| HSL | 260.38º | 0.93% | 0.55% | - |
| HSV(B) | 260.38º | 0.86% | 0.97% | - |
| XYZ | 23.45 | 11.04 | 88.89 | - |
| YUV | 80.7 | 221.85 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 247 | 0.57 | 0.86 | 0 | 0.03 | 260.38 | 0.93 | 0.55 |
| Hex | 6B | 23 | F7 | 39 | 56 | 0 | 3 | 104 | 5D | 37 |
| Octal | 153 | 43 | 367 | 71 | 126 | 0 | 3 | 404 | 135 | 67 |
| Binary | 1101011 | 100011 | 11110111 | 111001 | 1010110 | 0 | 11 | 100000100 | 1011101 | 110111 |
Color Harmonies of #6B23F7
Complementary color
Monochromatic Colors of #6B23F7
Black with #6B23F7
Text Example
Text Example
White with #6B23F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B23F7; }
p { color: rgb(107,35,247); }
H1.HeaderClassName
{
color: #6B23F7;
}
.AnyTagClassName
{
color: #6B23F7;
}
</style>
background-color css
<style>
a { background-color: #6B23F7; }
a { background-color: rgb(107,35,247); }
div.DivClassName
{
background-color: #6B23F7;
}
.BgClassName
{
background-color: #6B23F7;
}
</style>
border-color css
<style>
span { border-color: #6B23F7; }
span { border-color: rgb(107,35,247); }
td.TdClassName
{
border-color: #6B23F7;
}
.TagClassName
{
border-color: #6B23F7;
}
</style>