Shades of Han Purple #6727FD
Tints of Han Purple #6727FD
RGB
CMYK
RGB Variations
Color information
#6727FD (or 0x6727FD) is known color: Han Purple. HEX triplet: 67, 27 and FD. RGB value is (103,39,253). Sum of RGB (Red+Green+Blue) = 103+39+253=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #6727FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6727FD is #98D802. Grayscale: #515151. Windows color (decimal): -10016771 or 16590695. OLE color: 16590695.
HSL color Cylindrical-coordinate representation of color #6727FD: hue angle of 257.94º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6727FD is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 39 | 253 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.01 |
| HSL | 257.94º | 0.98% | 0.57% | - |
| HSV(B) | 257.94º | 0.85% | 0.99% | - |
| XYZ | 24.05 | 11.43 | 93.87 | - |
| YUV | 82.53 | 224.2 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 253 | 0.59 | 0.85 | 0 | 0.01 | 257.94 | 0.98 | 0.57 |
| Hex | 67 | 27 | FD | 3B | 55 | 0 | 1 | 102 | 62 | 39 |
| Octal | 147 | 47 | 375 | 73 | 125 | 0 | 1 | 402 | 142 | 71 |
| Binary | 1100111 | 100111 | 11111101 | 111011 | 1010101 | 0 | 1 | 100000010 | 1100010 | 111001 |
Color Harmonies of #6727FD
Complementary color
Monochromatic Colors of #6727FD
Black with #6727FD
Text Example
Text Example
White with #6727FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6727FD; }
p { color: rgb(103,39,253); }
H1.HeaderClassName
{
color: #6727FD;
}
.AnyTagClassName
{
color: #6727FD;
}
</style>
background-color css
<style>
a { background-color: #6727FD; }
a { background-color: rgb(103,39,253); }
div.DivClassName
{
background-color: #6727FD;
}
.BgClassName
{
background-color: #6727FD;
}
</style>
border-color css
<style>
span { border-color: #6727FD; }
span { border-color: rgb(103,39,253); }
td.TdClassName
{
border-color: #6727FD;
}
.TagClassName
{
border-color: #6727FD;
}
</style>