#5210ef

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

Shades of Han Purple #5210EF

Tints of Han Purple #5210EF

Color information

#5210EF (or 0x5210EF) is unknown color: approx Han Purple. HEX triplet: 52, 10 and EF. RGB value is (82,16,239). Sum of RGB (Red+Green+Blue) = 82+16+239=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #5210EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5210EF is #ADEF10. Grayscale: #3C3C3C. Windows color (decimal): -11398929 or 15667282. OLE color: 15667282.

HSL color Cylindrical-coordinate representation of color #5210EF: hue angle of 257.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5210EF is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8216239-
CMYK0.660.9300.06
HSL257.76º87.45%50%-
HSV(B)257.76º93.31%93.73%-
XYZ19.248.482.27-
YUV61.16228.37142.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 16 (6.64% from 255) = 4.75%
BLUE value IS 239 (93.75% from 255) = 70.92%
R=24.33%
G=4.75%
B=70.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82162390.660.9300.06257.7687.4550
Hex5210EF425D061025732
Octal122203571021350640212762
Binary101001010000111011111000010101110101101000000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5210ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5210ef; }

 p { color: rgb(82,16,239); }

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

<style>
 a { background-color: #5210ef; }

 a { background-color: rgb(82,16,239); }

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

<style>
 span { border-color: #5210ef; }

 span { border-color: rgb(82,16,239); }

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