Html Css Color HEX #520FEC Han Purple

📋 copy color: '#520FEC'

red 82 ◦ green 15 ◦ blue 236

#520FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #520FEC

Tints of Han Purple #520FEC

RGB

 RED value IS 82 (32.42% from 255) = 24.62%

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 236 (92.58% from 255) = 70.87%

R = 24.62%
G = 4.5%
B = 70.87%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#520FEC (or 0x520FEC) is known color: Han Purple. HEX triplet: 52, 0F and EC. RGB value is (82,15,236). Sum of RGB (Red+Green+Blue) = 82+15+236=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #520FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FEC is #ADF013. Grayscale: #3B3B3B. Windows color (decimal): -11399188 or 15470418. OLE color: 15470418.

HSL color Cylindrical-coordinate representation of color #520FEC: hue angle of 258.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520FEC is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 15 236 -
CMYK 0.65 0.94 0 0.07
HSL 258.19º 0.88% 0.49% -
HSV(B) 258.19º 0.94% 0.93% -
XYZ 18.79 8.19 79.95 -
YUV 60.23 227.2 143.53 -
System Red Green Blue C M Y K H S L
Decimal 82 15 236 0.65 0.94 0 0.07 258.19 0.88 0.49
Hex 52 F EC 41 5E 0 7 102 58 31
Octal 122 17 354 101 136 0 7 402 130 61
Binary 1010010 1111 11101100 1000001 1011110 0 111 100000010 1011000 110001

Color Harmonies of #520FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FEC

Black with #520FEC

Text Example


Text Example

White with #520FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #520FEC;
 }
 .AnyTagClassName
 {
   color: #520FEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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