Html Css Color HEX #520AFE Han Purple

📋 copy color: '#520AFE'

red 82 ◦ green 10 ◦ blue 254

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

Shades of Han Purple #520AFE

Tints of Han Purple #520AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 73.41%

R = 23.7%
G = 2.89%
B = 73.41%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#520AFE (or 0x520AFE) is known color: Han Purple. HEX triplet: 52, 0A and FE. RGB value is (82,10,254). Sum of RGB (Red+Green+Blue) = 82+10+254=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #520AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520AFE is #ADF501. Grayscale: #3A3A3A. Windows color (decimal): -11400450 or 16648786. OLE color: 16648786.

HSL color Cylindrical-coordinate representation of color #520AFE: hue angle of 257.7º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520AFE is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 10 254 -
CMYK 0.68 0.96 0 0.00
HSL 257.7º 0.99% 0.52% -
HSV(B) 257.7º 0.96% 1% -
XYZ 21.48 9.17 94.4 -
YUV 59.34 237.85 144.16 -
System Red Green Blue C M Y K H S L
Decimal 82 10 254 0.68 0.96 0 0.00 257.7 0.99 0.52
Hex 52 A FE 44 60 0 0 102 63 34
Octal 122 12 376 104 140 0 0 402 143 64
Binary 1010010 1010 11111110 1000100 1100000 0 0 100000010 1100011 110100

Color Harmonies of #520AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520AFE

Black with #520AFE

Text Example


Text Example

White with #520AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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