Html Css Color HEX #520ADD Han Purple

📋 copy color: '#520ADD'

red 82 ◦ green 10 ◦ blue 221

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

Shades of Han Purple #520ADD

Tints of Han Purple #520ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.61%

R = 26.2%
G = 3.19%
B = 70.61%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#520ADD (or 0x520ADD) is known color: Han Purple. HEX triplet: 52, 0A and DD. RGB value is (82,10,221). Sum of RGB (Red+Green+Blue) = 82+10+221=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #520ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ADD is #ADF522. Grayscale: #363636. Windows color (decimal): -11400483 or 14486098. OLE color: 14486098.

HSL color Cylindrical-coordinate representation of color #520ADD: hue angle of 260.47º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ADD is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 10 221 -
CMYK 0.63 0.95 0 0.13
HSL 260.47º 0.91% 0.45% -
HSV(B) 260.47º 0.95% 0.87% -
XYZ 16.64 7.23 68.93 -
YUV 55.58 221.35 146.84 -
System Red Green Blue C M Y K H S L
Decimal 82 10 221 0.63 0.95 0 0.13 260.47 0.91 0.45
Hex 52 A DD 3F 5F 0 D 104 5B 2D
Octal 122 12 335 77 137 0 15 404 133 55
Binary 1010010 1010 11011101 111111 1011111 0 1101 100000100 1011011 101101

Color Harmonies of #520ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520ADD

Black with #520ADD

Text Example


Text Example

White with #520ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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