Shades of Han Purple #6B37FD
Tints of Han Purple #6B37FD
RGB
CMYK
RGB Variations
Color information
#6B37FD (or 0x6B37FD) is known color: Han Purple. HEX triplet: 6B, 37 and FD. RGB value is (107,55,253). Sum of RGB (Red+Green+Blue) = 107+55+253=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B37FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B37FD is #94C802. Grayscale: #5C5C5C. Windows color (decimal): -9750531 or 16594795. OLE color: 16594795.
HSL color Cylindrical-coordinate representation of color #6B37FD: hue angle of 255.76º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B37FD is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 55 | 253 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.01 |
| HSL | 255.76º | 0.98% | 0.6% | - |
| HSV(B) | 255.76º | 0.78% | 0.99% | - |
| XYZ | 25.16 | 12.95 | 94.1 | - |
| YUV | 93.12 | 218.23 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 253 | 0.58 | 0.78 | 0 | 0.01 | 255.76 | 0.98 | 0.6 |
| Hex | 6B | 37 | FD | 3A | 4E | 0 | 1 | 100 | 62 | 3C |
| Octal | 153 | 67 | 375 | 72 | 116 | 0 | 1 | 400 | 142 | 74 |
| Binary | 1101011 | 110111 | 11111101 | 111010 | 1001110 | 0 | 1 | 100000000 | 1100010 | 111100 |
Color Harmonies of #6B37FD
Complementary color
Monochromatic Colors of #6B37FD
Black with #6B37FD
Text Example
Text Example
White with #6B37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B37FD; }
p { color: rgb(107,55,253); }
H1.HeaderClassName
{
color: #6B37FD;
}
.AnyTagClassName
{
color: #6B37FD;
}
</style>
background-color css
<style>
a { background-color: #6B37FD; }
a { background-color: rgb(107,55,253); }
div.DivClassName
{
background-color: #6B37FD;
}
.BgClassName
{
background-color: #6B37FD;
}
</style>
border-color css
<style>
span { border-color: #6B37FD; }
span { border-color: rgb(107,55,253); }
td.TdClassName
{
border-color: #6B37FD;
}
.TagClassName
{
border-color: #6B37FD;
}
</style>