Shades of Han Purple #6830F3
Tints of Han Purple #6830F3
RGB
CMYK
RGB Variations
Color information
#6830F3 (or 0x6830F3) is known color: Han Purple. HEX triplet: 68, 30 and F3. RGB value is (104,48,243). Sum of RGB (Red+Green+Blue) = 104+48+243=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 243 (95.31% from 255 or 61.52% from 395); Max value from RGB is 243 - color contains mainly: blue. Hex color #6830F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6830F3 is #97CF0C. Grayscale: #565656. Windows color (decimal): -9948941 or 15937640. OLE color: 15937640.
HSL color Cylindrical-coordinate representation of color #6830F3: hue angle of 257.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6830F3 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 48 | 243 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.05 |
| HSL | 257.23º | 0.89% | 0.57% | - |
| HSV(B) | 257.23º | 0.8% | 0.95% | - |
| XYZ | 22.94 | 11.53 | 85.81 | - |
| YUV | 86.97 | 216.05 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 243 | 0.57 | 0.80 | 0 | 0.05 | 257.23 | 0.89 | 0.57 |
| Hex | 68 | 30 | F3 | 39 | 50 | 0 | 5 | 101 | 59 | 39 |
| Octal | 150 | 60 | 363 | 71 | 120 | 0 | 5 | 401 | 131 | 71 |
| Binary | 1101000 | 110000 | 11110011 | 111001 | 1010000 | 0 | 101 | 100000001 | 1011001 | 111001 |
Color Harmonies of #6830F3
Complementary color
Monochromatic Colors of #6830F3
Black with #6830F3
Text Example
Text Example
White with #6830F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6830F3; }
p { color: rgb(104,48,243); }
H1.HeaderClassName
{
color: #6830F3;
}
.AnyTagClassName
{
color: #6830F3;
}
</style>
background-color css
<style>
a { background-color: #6830F3; }
a { background-color: rgb(104,48,243); }
div.DivClassName
{
background-color: #6830F3;
}
.BgClassName
{
background-color: #6830F3;
}
</style>
border-color css
<style>
span { border-color: #6830F3; }
span { border-color: rgb(104,48,243); }
td.TdClassName
{
border-color: #6830F3;
}
.TagClassName
{
border-color: #6830F3;
}
</style>