Html Css Color HEX #520AEE Han Purple

📋 copy color: '#520AEE'

red 82 ◦ green 10 ◦ blue 238

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

Shades of Han Purple #520AEE

Tints of Han Purple #520AEE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.03%

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

R = 24.85%
G = 3.03%
B = 72.12%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#520AEE (or 0x520AEE) is known color: Han Purple. HEX triplet: 52, 0A and EE. RGB value is (82,10,238). Sum of RGB (Red+Green+Blue) = 82+10+238=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #520AEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520AEE is #ADF511. Grayscale: #383838. Windows color (decimal): -11400466 or 15600210. OLE color: 15600210.

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

Color convert

RGB 82 10 238 -
CMYK 0.66 0.96 0 0.07
HSL 258.95º 0.92% 0.49% -
HSV(B) 258.95º 0.96% 0.93% -
XYZ 19.02 8.18 81.47 -
YUV 57.52 229.85 145.46 -
System Red Green Blue C M Y K H S L
Decimal 82 10 238 0.66 0.96 0 0.07 258.95 0.92 0.49
Hex 52 A EE 42 60 0 7 103 5C 31
Octal 122 12 356 102 140 0 7 403 134 61
Binary 1010010 1010 11101110 1000010 1100000 0 111 100000011 1011100 110001

Color Harmonies of #520AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520AEE

Black with #520AEE

Text Example


Text Example

White with #520AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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