#5212E3

Color #5212E3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5212E3

Tints of Han Purple #5212E3

Color information

#5212E3 (or 0x5212E3) is unknown color: approx Han Purple. HEX triplet: 52, 12 and E3. RGB value is (82,18,227). Sum of RGB (Red+Green+Blue) = 82+18+227=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 227 (89.06% from 255 or 69.42% from 327); Max value from RGB is 227 - color contains mainly: blue. Hex color #5212E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5212E3 is #ADED1C. Grayscale: #3C3C3C. Windows color (decimal): -11398429 or 14881362. OLE color: 14881362.

HSL color Cylindrical-coordinate representation of color #5212E3: hue angle of 258.37º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5212E3 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8218227-
CMYK0.640.9200.11
HSL258.37º85.31%48.04%-
HSV(B)258.37º92.07%89.02%-
XYZ17.567.7773.25-
YUV60.96221.7143.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 227 (89.06% from 255) = 69.42%
R=25.08%
G=5.50%
B=69.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal82182270.640.9200.11258.3785.3148.04
Hex5212E3405C0B1025530
Octal1222234310013401340212560
Binary1010010100101110001110000001011100010111000000101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5212E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5212E3; }

 p { color: rgb(82,18,227); }

 H1.HeaderClassName
 {
   color: #5212E3;
 }
 .AnyTagClassName
 {
   color: #5212E3;
 }
</style>
background-color css

<style>
 a { background-color: #5212E3; }

 a { background-color: rgb(82,18,227); }

 div.DivClassName
 {
   background-color: #5212E3;
 }
 .BgClassName
 {
   background-color: #5212E3;
 }
</style>
border-color css

<style>
 span { border-color: #5212E3; }

 span { border-color: rgb(82,18,227); }

 td.TdClassName
 {
   border-color: #5212E3;
 }
 .TagClassName
 {
   border-color: #5212E3;
 }
</style>