Shades of Han Purple #6B37F2
Tints of Han Purple #6B37F2
RGB
CMYK
RGB Variations
Color information
#6B37F2 (or 0x6B37F2) is known color: Han Purple. HEX triplet: 6B, 37 and F2. RGB value is (107,55,242). Sum of RGB (Red+Green+Blue) = 107+55+242=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #6B37F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B37F2 is #94C80D. Grayscale: #5B5B5B. Windows color (decimal): -9750542 or 15873899. OLE color: 15873899.
HSL color Cylindrical-coordinate representation of color #6B37F2: hue angle of 256.68º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B37F2 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 55 | 242 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.05 |
| HSL | 256.68º | 0.88% | 0.58% | - |
| HSV(B) | 256.68º | 0.77% | 0.95% | - |
| XYZ | 23.46 | 12.27 | 85.14 | - |
| YUV | 91.87 | 212.73 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 242 | 0.56 | 0.77 | 0 | 0.05 | 256.68 | 0.88 | 0.58 |
| Hex | 6B | 37 | F2 | 38 | 4D | 0 | 5 | 101 | 58 | 3A |
| Octal | 153 | 67 | 362 | 70 | 115 | 0 | 5 | 401 | 130 | 72 |
| Binary | 1101011 | 110111 | 11110010 | 111000 | 1001101 | 0 | 101 | 100000001 | 1011000 | 111010 |
Color Harmonies of #6B37F2
Complementary color
Monochromatic Colors of #6B37F2
Black with #6B37F2
Text Example
Text Example
White with #6B37F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B37F2; }
p { color: rgb(107,55,242); }
H1.HeaderClassName
{
color: #6B37F2;
}
.AnyTagClassName
{
color: #6B37F2;
}
</style>
background-color css
<style>
a { background-color: #6B37F2; }
a { background-color: rgb(107,55,242); }
div.DivClassName
{
background-color: #6B37F2;
}
.BgClassName
{
background-color: #6B37F2;
}
</style>
border-color css
<style>
span { border-color: #6B37F2; }
span { border-color: rgb(107,55,242); }
td.TdClassName
{
border-color: #6B37F2;
}
.TagClassName
{
border-color: #6B37F2;
}
</style>