Shades of Han Purple #6735FF
Tints of Han Purple #6735FF
RGB
CMYK
RGB Variations
Color information
#6735FF (or 0x6735FF) is known color: Han Purple. HEX triplet: 67, 35 and FF. RGB value is (103,53,255). Sum of RGB (Red+Green+Blue) = 103+53+255=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #6735FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6735FF is #98CA00. Grayscale: #5A5A5A. Windows color (decimal): -10013185 or 16725351. OLE color: 16725351.
HSL color Cylindrical-coordinate representation of color #6735FF: hue angle of 254.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6735FF is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 53 | 255 | - |
| CMYK | 0.60 | 0.79 | 0 | 0 |
| HSL | 254.85º | 1% | 0.6% | - |
| HSV(B) | 254.85º | 0.79% | 1% | - |
| XYZ | 24.92 | 12.65 | 95.74 | - |
| YUV | 90.98 | 220.57 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 255 | 0.60 | 0.79 | 0 | 0 | 254.85 | 1 | 0.6 |
| Hex | 67 | 35 | FF | 3C | 4F | 0 | 0 | FF | 64 | 3C |
| Octal | 147 | 65 | 377 | 74 | 117 | 0 | 0 | 377 | 144 | 74 |
| Binary | 1100111 | 110101 | 11111111 | 111100 | 1001111 | 0 | 0 | 11111111 | 1100100 | 111100 |
Color Harmonies of #6735FF
Complementary color
Monochromatic Colors of #6735FF
Black with #6735FF
Text Example
Text Example
White with #6735FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6735FF; }
p { color: rgb(103,53,255); }
H1.HeaderClassName
{
color: #6735FF;
}
.AnyTagClassName
{
color: #6735FF;
}
</style>
background-color css
<style>
a { background-color: #6735FF; }
a { background-color: rgb(103,53,255); }
div.DivClassName
{
background-color: #6735FF;
}
.BgClassName
{
background-color: #6735FF;
}
</style>
border-color css
<style>
span { border-color: #6735FF; }
span { border-color: rgb(103,53,255); }
td.TdClassName
{
border-color: #6735FF;
}
.TagClassName
{
border-color: #6735FF;
}
</style>