Html Css Color HEX #520AEA Han Purple

📋 copy color: '#520AEA'

red 82 ◦ green 10 ◦ blue 234

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

Shades of Han Purple #520AEA

Tints of Han Purple #520AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 71.78%

R = 25.15%
G = 3.07%
B = 71.78%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#520AEA (or 0x520AEA) is known color: Han Purple. HEX triplet: 52, 0A and EA. RGB value is (82,10,234). Sum of RGB (Red+Green+Blue) = 82+10+234=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #520AEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520AEA is #ADF515. Grayscale: #383838. Windows color (decimal): -11400470 or 15338066. OLE color: 15338066.

HSL color Cylindrical-coordinate representation of color #520AEA: hue angle of 259.29º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520AEA is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 10 234 -
CMYK 0.65 0.96 0 0.08
HSL 259.29º 0.92% 0.48% -
HSV(B) 259.29º 0.96% 0.92% -
XYZ 18.44 7.95 78.4 -
YUV 57.06 227.85 145.79 -
System Red Green Blue C M Y K H S L
Decimal 82 10 234 0.65 0.96 0 0.08 259.29 0.92 0.48
Hex 52 A EA 41 60 0 8 103 5C 30
Octal 122 12 352 101 140 0 10 403 134 60
Binary 1010010 1010 11101010 1000001 1100000 0 1000 100000011 1011100 110000

Color Harmonies of #520AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520AEA

Black with #520AEA

Text Example


Text Example

White with #520AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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