Shades of Han Purple #6730FD
Tints of Han Purple #6730FD
RGB
CMYK
RGB Variations
Color information
#6730FD (or 0x6730FD) is known color: Han Purple. HEX triplet: 67, 30 and FD. RGB value is (103,48,253). Sum of RGB (Red+Green+Blue) = 103+48+253=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #6730FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6730FD is #98CF02. Grayscale: #575757. Windows color (decimal): -10014467 or 16592999. OLE color: 16592999.
HSL color Cylindrical-coordinate representation of color #6730FD: hue angle of 256.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6730FD is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 48 | 253 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.01 |
| HSL | 256.1º | 0.98% | 0.59% | - |
| HSV(B) | 256.1º | 0.81% | 0.99% | - |
| XYZ | 24.38 | 12.09 | 93.98 | - |
| YUV | 87.82 | 221.22 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 253 | 0.59 | 0.81 | 0 | 0.01 | 256.1 | 0.98 | 0.59 |
| Hex | 67 | 30 | FD | 3B | 51 | 0 | 1 | 100 | 62 | 3B |
| Octal | 147 | 60 | 375 | 73 | 121 | 0 | 1 | 400 | 142 | 73 |
| Binary | 1100111 | 110000 | 11111101 | 111011 | 1010001 | 0 | 1 | 100000000 | 1100010 | 111011 |
Color Harmonies of #6730FD
Complementary color
Monochromatic Colors of #6730FD
Black with #6730FD
Text Example
Text Example
White with #6730FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730FD; }
p { color: rgb(103,48,253); }
H1.HeaderClassName
{
color: #6730FD;
}
.AnyTagClassName
{
color: #6730FD;
}
</style>
background-color css
<style>
a { background-color: #6730FD; }
a { background-color: rgb(103,48,253); }
div.DivClassName
{
background-color: #6730FD;
}
.BgClassName
{
background-color: #6730FD;
}
</style>
border-color css
<style>
span { border-color: #6730FD; }
span { border-color: rgb(103,48,253); }
td.TdClassName
{
border-color: #6730FD;
}
.TagClassName
{
border-color: #6730FD;
}
</style>