Html Css Color HEX #520AEF Han Purple

📋 copy color: '#520AEF'

red 82 ◦ green 10 ◦ blue 239

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

Shades of Han Purple #520AEF

Tints of Han Purple #520AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.21%

R = 24.77%
G = 3.02%
B = 72.21%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#520AEF (or 0x520AEF) is known color: Han Purple. HEX triplet: 52, 0A and EF. RGB value is (82,10,239). Sum of RGB (Red+Green+Blue) = 82+10+239=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #520AEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520AEF is #ADF510. Grayscale: #383838. Windows color (decimal): -11400465 or 15665746. OLE color: 15665746.

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

Color convert

RGB 82 10 239 -
CMYK 0.66 0.96 0 0.06
HSL 258.86º 0.92% 0.49% -
HSV(B) 258.86º 0.96% 0.94% -
XYZ 19.17 8.24 82.24 -
YUV 57.63 230.35 145.38 -
System Red Green Blue C M Y K H S L
Decimal 82 10 239 0.66 0.96 0 0.06 258.86 0.92 0.49
Hex 52 A EF 42 60 0 6 103 5C 31
Octal 122 12 357 102 140 0 6 403 134 61
Binary 1010010 1010 11101111 1000010 1100000 0 110 100000011 1011100 110001

Color Harmonies of #520AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520AEF

Black with #520AEF

Text Example


Text Example

White with #520AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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