Html Css Color HEX #520EEE Han Purple

📋 copy color: '#520EEE'

red 82 ◦ green 14 ◦ blue 238

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

Shades of Han Purple #520EEE

Tints of Han Purple #520EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.19%

 BLUE value IS 238 (93.36% from 255) = 71.26%

R = 24.55%
G = 4.19%
B = 71.26%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#520EEE (or 0x520EEE) is known color: Han Purple. HEX triplet: 52, 0E and EE. RGB value is (82,14,238). Sum of RGB (Red+Green+Blue) = 82+14+238=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #520EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520EEE is #ADF111. Grayscale: #3B3B3B. Windows color (decimal): -11399442 or 15601234. OLE color: 15601234.

HSL color Cylindrical-coordinate representation of color #520EEE: hue angle of 258.21º degrees, saturation: 0.89, 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 #520EEE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 14 238 -
CMYK 0.66 0.94 0 0.07
HSL 258.21º 0.89% 0.49% -
HSV(B) 258.21º 0.94% 0.93% -
XYZ 19.07 8.28 81.48 -
YUV 59.87 228.53 143.79 -
System Red Green Blue C M Y K H S L
Decimal 82 14 238 0.66 0.94 0 0.07 258.21 0.89 0.49
Hex 52 E EE 42 5E 0 7 102 59 31
Octal 122 16 356 102 136 0 7 402 131 61
Binary 1010010 1110 11101110 1000010 1011110 0 111 100000010 1011001 110001

Color Harmonies of #520EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EEE

Black with #520EEE

Text Example


Text Example

White with #520EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,14,238); }

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

background-color css

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

 a { background-color: rgb(82,14,238); }

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

border-color css

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

 span { border-color: rgb(82,14,238); }

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