Shades of Han Purple #3D0CFE
Tints of Han Purple #3D0CFE
RGB
CMYK
RGB Variations
Color information
#3D0CFE (or 0x3D0CFE) is known color: Han Purple. HEX triplet: 3D, 0C and FE. RGB value is (61,12,254). Sum of RGB (Red+Green+Blue) = 61+12+254=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #3D0CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D0CFE is #C2F301. Grayscale: #353535. Windows color (decimal): -12776194 or 16649277. OLE color: 16649277.
HSL color Cylindrical-coordinate representation of color #3D0CFE: hue angle of 252.15º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0CFE is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 12 | 254 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.00 |
| HSL | 252.15º | 0.99% | 0.52% | - |
| HSV(B) | 252.15º | 0.95% | 1% | - |
| XYZ | 19.95 | 8.41 | 94.34 | - |
| YUV | 54.24 | 240.73 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 12 | 254 | 0.76 | 0.95 | 0 | 0.00 | 252.15 | 0.99 | 0.52 |
| Hex | 3D | C | FE | 4C | 5F | 0 | 0 | FC | 63 | 34 |
| Octal | 75 | 14 | 376 | 114 | 137 | 0 | 0 | 374 | 143 | 64 |
| Binary | 111101 | 1100 | 11111110 | 1001100 | 1011111 | 0 | 0 | 11111100 | 1100011 | 110100 |
Color Harmonies of #3D0CFE
Complementary color
Monochromatic Colors of #3D0CFE
Black with #3D0CFE
Text Example
Text Example
White with #3D0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0CFE; }
p { color: rgb(61,12,254); }
H1.HeaderClassName
{
color: #3D0CFE;
}
.AnyTagClassName
{
color: #3D0CFE;
}
</style>
background-color css
<style>
a { background-color: #3D0CFE; }
a { background-color: rgb(61,12,254); }
div.DivClassName
{
background-color: #3D0CFE;
}
.BgClassName
{
background-color: #3D0CFE;
}
</style>
border-color css
<style>
span { border-color: #3D0CFE; }
span { border-color: rgb(61,12,254); }
td.TdClassName
{
border-color: #3D0CFE;
}
.TagClassName
{
border-color: #3D0CFE;
}
</style>