Shades of Han Purple #6B38F1
Tints of Han Purple #6B38F1
RGB
CMYK
RGB Variations
Color information
#6B38F1 (or 0x6B38F1) is known color: Han Purple. HEX triplet: 6B, 38 and F1. RGB value is (107,56,241). Sum of RGB (Red+Green+Blue) = 107+56+241=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B38F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B38F1 is #94C70E. Grayscale: #5B5B5B. Windows color (decimal): -9750287 or 15808619. OLE color: 15808619.
HSL color Cylindrical-coordinate representation of color #6B38F1: hue angle of 256.54º degrees, saturation: 0.87, 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 #6B38F1 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 56 | 241 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.05 |
| HSL | 256.54º | 0.87% | 0.58% | - |
| HSV(B) | 256.54º | 0.77% | 0.95% | - |
| XYZ | 23.35 | 12.31 | 84.36 | - |
| YUV | 92.34 | 211.9 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 56 | 241 | 0.56 | 0.77 | 0 | 0.05 | 256.54 | 0.87 | 0.58 |
| Hex | 6B | 38 | F1 | 38 | 4D | 0 | 5 | 101 | 57 | 3A |
| Octal | 153 | 70 | 361 | 70 | 115 | 0 | 5 | 401 | 127 | 72 |
| Binary | 1101011 | 111000 | 11110001 | 111000 | 1001101 | 0 | 101 | 100000001 | 1010111 | 111010 |
Color Harmonies of #6B38F1
Complementary color
Monochromatic Colors of #6B38F1
Black with #6B38F1
Text Example
Text Example
White with #6B38F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B38F1; }
p { color: rgb(107,56,241); }
H1.HeaderClassName
{
color: #6B38F1;
}
.AnyTagClassName
{
color: #6B38F1;
}
</style>
background-color css
<style>
a { background-color: #6B38F1; }
a { background-color: rgb(107,56,241); }
div.DivClassName
{
background-color: #6B38F1;
}
.BgClassName
{
background-color: #6B38F1;
}
</style>
border-color css
<style>
span { border-color: #6B38F1; }
span { border-color: rgb(107,56,241); }
td.TdClassName
{
border-color: #6B38F1;
}
.TagClassName
{
border-color: #6B38F1;
}
</style>