Shades of Han Purple #6523FB
Tints of Han Purple #6523FB
RGB
CMYK
RGB Variations
Color information
#6523FB (or 0x6523FB) is known color: Han Purple. HEX triplet: 65, 23 and FB. RGB value is (101,35,251). Sum of RGB (Red+Green+Blue) = 101+35+251=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #6523FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6523FB is #9ADC04. Grayscale: #4E4E4E. Windows color (decimal): -10148869 or 16458597. OLE color: 16458597.
HSL color Cylindrical-coordinate representation of color #6523FB: hue angle of 258.33º 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 #6523FB is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 35 | 251 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.02 |
| HSL | 258.33º | 0.96% | 0.56% | - |
| HSV(B) | 258.33º | 0.86% | 0.98% | - |
| XYZ | 23.38 | 10.93 | 92.14 | - |
| YUV | 79.36 | 224.87 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 251 | 0.60 | 0.86 | 0 | 0.02 | 258.33 | 0.96 | 0.56 |
| Hex | 65 | 23 | FB | 3C | 56 | 0 | 2 | 102 | 60 | 38 |
| Octal | 145 | 43 | 373 | 74 | 126 | 0 | 2 | 402 | 140 | 70 |
| Binary | 1100101 | 100011 | 11111011 | 111100 | 1010110 | 0 | 10 | 100000010 | 1100000 | 111000 |
Color Harmonies of #6523FB
Complementary color
Monochromatic Colors of #6523FB
Black with #6523FB
Text Example
Text Example
White with #6523FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6523FB; }
p { color: rgb(101,35,251); }
H1.HeaderClassName
{
color: #6523FB;
}
.AnyTagClassName
{
color: #6523FB;
}
</style>
background-color css
<style>
a { background-color: #6523FB; }
a { background-color: rgb(101,35,251); }
div.DivClassName
{
background-color: #6523FB;
}
.BgClassName
{
background-color: #6523FB;
}
</style>
border-color css
<style>
span { border-color: #6523FB; }
span { border-color: rgb(101,35,251); }
td.TdClassName
{
border-color: #6523FB;
}
.TagClassName
{
border-color: #6523FB;
}
</style>