Shades of Han Purple #6B34FD
Tints of Han Purple #6B34FD
RGB
CMYK
RGB Variations
Color information
#6B34FD (or 0x6B34FD) is known color: Han Purple. HEX triplet: 6B, 34 and FD. RGB value is (107,52,253). Sum of RGB (Red+Green+Blue) = 107+52+253=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B34FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B34FD is #94CB02. Grayscale: #5A5A5A. Windows color (decimal): -9751299 or 16594027. OLE color: 16594027.
HSL color Cylindrical-coordinate representation of color #6B34FD: hue angle of 256.42º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B34FD is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 52 | 253 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.01 |
| HSL | 256.42º | 0.98% | 0.6% | - |
| HSV(B) | 256.42º | 0.79% | 0.99% | - |
| XYZ | 25.02 | 12.67 | 94.06 | - |
| YUV | 91.36 | 219.22 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 253 | 0.58 | 0.79 | 0 | 0.01 | 256.42 | 0.98 | 0.6 |
| Hex | 6B | 34 | FD | 3A | 4F | 0 | 1 | 100 | 62 | 3C |
| Octal | 153 | 64 | 375 | 72 | 117 | 0 | 1 | 400 | 142 | 74 |
| Binary | 1101011 | 110100 | 11111101 | 111010 | 1001111 | 0 | 1 | 100000000 | 1100010 | 111100 |
Color Harmonies of #6B34FD
Complementary color
Monochromatic Colors of #6B34FD
Black with #6B34FD
Text Example
Text Example
White with #6B34FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B34FD; }
p { color: rgb(107,52,253); }
H1.HeaderClassName
{
color: #6B34FD;
}
.AnyTagClassName
{
color: #6B34FD;
}
</style>
background-color css
<style>
a { background-color: #6B34FD; }
a { background-color: rgb(107,52,253); }
div.DivClassName
{
background-color: #6B34FD;
}
.BgClassName
{
background-color: #6B34FD;
}
</style>
border-color css
<style>
span { border-color: #6B34FD; }
span { border-color: rgb(107,52,253); }
td.TdClassName
{
border-color: #6B34FD;
}
.TagClassName
{
border-color: #6B34FD;
}
</style>