Shades of Han Purple #6934FF
Tints of Han Purple #6934FF
RGB
CMYK
RGB Variations
Color information
#6934FF (or 0x6934FF) is known color: Han Purple. HEX triplet: 69, 34 and FF. RGB value is (105,52,255). Sum of RGB (Red+Green+Blue) = 105+52+255=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #6934FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6934FF is #96CB00. Grayscale: #5A5A5A. Windows color (decimal): -9882369 or 16725097. OLE color: 16725097.
HSL color Cylindrical-coordinate representation of color #6934FF: hue angle of 255.67º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6934FF is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 52 | 255 | - |
| CMYK | 0.59 | 0.80 | 0 | 0 |
| HSL | 255.67º | 1% | 0.6% | - |
| HSV(B) | 255.67º | 0.8% | 1% | - |
| XYZ | 25.1 | 12.68 | 95.73 | - |
| YUV | 90.99 | 220.56 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 255 | 0.59 | 0.80 | 0 | 0 | 255.67 | 1 | 0.6 |
| Hex | 69 | 34 | FF | 3B | 50 | 0 | 0 | 100 | 64 | 3C |
| Octal | 151 | 64 | 377 | 73 | 120 | 0 | 0 | 400 | 144 | 74 |
| Binary | 1101001 | 110100 | 11111111 | 111011 | 1010000 | 0 | 0 | 100000000 | 1100100 | 111100 |
Color Harmonies of #6934FF
Complementary color
Monochromatic Colors of #6934FF
Black with #6934FF
Text Example
Text Example
White with #6934FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934FF; }
p { color: rgb(105,52,255); }
H1.HeaderClassName
{
color: #6934FF;
}
.AnyTagClassName
{
color: #6934FF;
}
</style>
background-color css
<style>
a { background-color: #6934FF; }
a { background-color: rgb(105,52,255); }
div.DivClassName
{
background-color: #6934FF;
}
.BgClassName
{
background-color: #6934FF;
}
</style>
border-color css
<style>
span { border-color: #6934FF; }
span { border-color: rgb(105,52,255); }
td.TdClassName
{
border-color: #6934FF;
}
.TagClassName
{
border-color: #6934FF;
}
</style>