Shades of Han Purple #6730FF
Tints of Han Purple #6730FF
RGB
CMYK
RGB Variations
Color information
#6730FF (or 0x6730FF) is known color: Han Purple. HEX triplet: 67, 30 and FF. RGB value is (103,48,255). Sum of RGB (Red+Green+Blue) = 103+48+255=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #6730FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6730FF is #98CF00. Grayscale: #575757. Windows color (decimal): -10014465 or 16724071. OLE color: 16724071.
HSL color Cylindrical-coordinate representation of color #6730FF: hue angle of 255.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6730FF is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 48 | 255 | - |
| CMYK | 0.60 | 0.81 | 0 | 0 |
| HSL | 255.94º | 1% | 0.59% | - |
| HSV(B) | 255.94º | 0.81% | 1% | - |
| XYZ | 24.7 | 12.22 | 95.66 | - |
| YUV | 88.04 | 222.22 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 255 | 0.60 | 0.81 | 0 | 0 | 255.94 | 1 | 0.59 |
| Hex | 67 | 30 | FF | 3C | 51 | 0 | 0 | 100 | 64 | 3B |
| Octal | 147 | 60 | 377 | 74 | 121 | 0 | 0 | 400 | 144 | 73 |
| Binary | 1100111 | 110000 | 11111111 | 111100 | 1010001 | 0 | 0 | 100000000 | 1100100 | 111011 |
Color Harmonies of #6730FF
Complementary color
Monochromatic Colors of #6730FF
Black with #6730FF
Text Example
Text Example
White with #6730FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730FF; }
p { color: rgb(103,48,255); }
H1.HeaderClassName
{
color: #6730FF;
}
.AnyTagClassName
{
color: #6730FF;
}
</style>
background-color css
<style>
a { background-color: #6730FF; }
a { background-color: rgb(103,48,255); }
div.DivClassName
{
background-color: #6730FF;
}
.BgClassName
{
background-color: #6730FF;
}
</style>
border-color css
<style>
span { border-color: #6730FF; }
span { border-color: rgb(103,48,255); }
td.TdClassName
{
border-color: #6730FF;
}
.TagClassName
{
border-color: #6730FF;
}
</style>