Shades of Han Purple #6727FA
Tints of Han Purple #6727FA
RGB
CMYK
RGB Variations
Color information
#6727FA (or 0x6727FA) is known color: Han Purple. HEX triplet: 67, 27 and FA. RGB value is (103,39,250). Sum of RGB (Red+Green+Blue) = 103+39+250=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #6727FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6727FA is #98D805. Grayscale: #515151. Windows color (decimal): -10016774 or 16394087. OLE color: 16394087.
HSL color Cylindrical-coordinate representation of color #6727FA: hue angle of 258.2º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6727FA is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 39 | 250 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.02 |
| HSL | 258.2º | 0.95% | 0.57% | - |
| HSV(B) | 258.2º | 0.84% | 0.98% | - |
| XYZ | 23.57 | 11.24 | 91.37 | - |
| YUV | 82.19 | 222.7 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 250 | 0.59 | 0.84 | 0 | 0.02 | 258.2 | 0.95 | 0.57 |
| Hex | 67 | 27 | FA | 3B | 54 | 0 | 2 | 102 | 5F | 39 |
| Octal | 147 | 47 | 372 | 73 | 124 | 0 | 2 | 402 | 137 | 71 |
| Binary | 1100111 | 100111 | 11111010 | 111011 | 1010100 | 0 | 10 | 100000010 | 1011111 | 111001 |
Color Harmonies of #6727FA
Complementary color
Monochromatic Colors of #6727FA
Black with #6727FA
Text Example
Text Example
White with #6727FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6727FA; }
p { color: rgb(103,39,250); }
H1.HeaderClassName
{
color: #6727FA;
}
.AnyTagClassName
{
color: #6727FA;
}
</style>
background-color css
<style>
a { background-color: #6727FA; }
a { background-color: rgb(103,39,250); }
div.DivClassName
{
background-color: #6727FA;
}
.BgClassName
{
background-color: #6727FA;
}
</style>
border-color css
<style>
span { border-color: #6727FA; }
span { border-color: rgb(103,39,250); }
td.TdClassName
{
border-color: #6727FA;
}
.TagClassName
{
border-color: #6727FA;
}
</style>