#520FEF

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

Shades of Han Purple #520FEF

Tints of Han Purple #520FEF

Color information

#520FEF (or 0x520FEF) is unknown color: approx Han Purple. HEX triplet: 52, 0F and EF. RGB value is (82,15,239). Sum of RGB (Red+Green+Blue) = 82+15+239=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #520FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FEF is #ADF010. Grayscale: #3B3B3B. Windows color (decimal): -11399185 or 15667026. OLE color: 15667026.

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

Color convert

RGB8215239-
CMYK0.660.9400.06
HSL257.95º88.19%49.8%-
HSV(B)257.95º93.72%93.73%-
XYZ19.238.3782.26-
YUV60.57228.7143.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 15 (6.25% from 255) = 4.46%
BLUE value IS 239 (93.75% from 255) = 71.13%
R=24.40%
G=4.46%
B=71.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82152390.660.9400.06257.9588.1949.8
Hex52FEF425E061025832
Octal122173571021360640213062
Binary10100101111111011111000010101111001101000000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520FEF; }

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

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

<style>
 a { background-color: #520FEF; }

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

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

<style>
 span { border-color: #520FEF; }

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

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