Shades of Han Purple #6730FE
Tints of Han Purple #6730FE
RGB
CMYK
RGB Variations
Color information
#6730FE (or 0x6730FE) is known color: Han Purple. HEX triplet: 67, 30 and FE. RGB value is (103,48,254). Sum of RGB (Red+Green+Blue) = 103+48+254=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #6730FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6730FE is #98CF01. Grayscale: #575757. Windows color (decimal): -10014466 or 16658535. OLE color: 16658535.
HSL color Cylindrical-coordinate representation of color #6730FE: hue angle of 256.02º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6730FE is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 48 | 254 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.00 |
| HSL | 256.02º | 0.99% | 0.59% | - |
| HSV(B) | 256.02º | 0.81% | 1% | - |
| XYZ | 24.54 | 12.15 | 94.82 | - |
| YUV | 87.93 | 221.72 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 254 | 0.59 | 0.81 | 0 | 0.00 | 256.02 | 0.99 | 0.59 |
| Hex | 67 | 30 | FE | 3B | 51 | 0 | 0 | 100 | 63 | 3B |
| Octal | 147 | 60 | 376 | 73 | 121 | 0 | 0 | 400 | 143 | 73 |
| Binary | 1100111 | 110000 | 11111110 | 111011 | 1010001 | 0 | 0 | 100000000 | 1100011 | 111011 |
Color Harmonies of #6730FE
Complementary color
Monochromatic Colors of #6730FE
Black with #6730FE
Text Example
Text Example
White with #6730FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730FE; }
p { color: rgb(103,48,254); }
H1.HeaderClassName
{
color: #6730FE;
}
.AnyTagClassName
{
color: #6730FE;
}
</style>
background-color css
<style>
a { background-color: #6730FE; }
a { background-color: rgb(103,48,254); }
div.DivClassName
{
background-color: #6730FE;
}
.BgClassName
{
background-color: #6730FE;
}
</style>
border-color css
<style>
span { border-color: #6730FE; }
span { border-color: rgb(103,48,254); }
td.TdClassName
{
border-color: #6730FE;
}
.TagClassName
{
border-color: #6730FE;
}
</style>