Shades of Han Purple #6730EA
Tints of Han Purple #6730EA
RGB
CMYK
RGB Variations
Color information
#6730EA (or 0x6730EA) is known color: Han Purple. HEX triplet: 67, 30 and EA. RGB value is (103,48,234). Sum of RGB (Red+Green+Blue) = 103+48+234=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #6730EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6730EA is #98CF15. Grayscale: #545454. Windows color (decimal): -10014486 or 15347815. OLE color: 15347815.
HSL color Cylindrical-coordinate representation of color #6730EA: hue angle of 257.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6730EA is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 48 | 234 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.08 |
| HSL | 257.74º | 0.82% | 0.55% | - |
| HSV(B) | 257.74º | 0.79% | 0.92% | - |
| XYZ | 21.5 | 10.94 | 78.82 | - |
| YUV | 85.65 | 211.72 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 234 | 0.56 | 0.79 | 0 | 0.08 | 257.74 | 0.82 | 0.55 |
| Hex | 67 | 30 | EA | 38 | 4F | 0 | 8 | 102 | 52 | 37 |
| Octal | 147 | 60 | 352 | 70 | 117 | 0 | 10 | 402 | 122 | 67 |
| Binary | 1100111 | 110000 | 11101010 | 111000 | 1001111 | 0 | 1000 | 100000010 | 1010010 | 110111 |
Color Harmonies of #6730EA
Complementary color
Monochromatic Colors of #6730EA
Black with #6730EA
Text Example
Text Example
White with #6730EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730EA; }
p { color: rgb(103,48,234); }
H1.HeaderClassName
{
color: #6730EA;
}
.AnyTagClassName
{
color: #6730EA;
}
</style>
background-color css
<style>
a { background-color: #6730EA; }
a { background-color: rgb(103,48,234); }
div.DivClassName
{
background-color: #6730EA;
}
.BgClassName
{
background-color: #6730EA;
}
</style>
border-color css
<style>
span { border-color: #6730EA; }
span { border-color: rgb(103,48,234); }
td.TdClassName
{
border-color: #6730EA;
}
.TagClassName
{
border-color: #6730EA;
}
</style>