Html Css Color HEX #520ADB Han Purple

📋 copy color: '#520ADB'

red 82 ◦ green 10 ◦ blue 219

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

Shades of Han Purple #520ADB

Tints of Han Purple #520ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.42%

R = 26.37%
G = 3.22%
B = 70.42%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#520ADB (or 0x520ADB) is known color: Han Purple. HEX triplet: 52, 0A and DB. RGB value is (82,10,219). Sum of RGB (Red+Green+Blue) = 82+10+219=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #520ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ADB is #ADF524. Grayscale: #363636. Windows color (decimal): -11400485 or 14355026. OLE color: 14355026.

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

Color convert

RGB 82 10 219 -
CMYK 0.63 0.95 0 0.14
HSL 260.67º 0.91% 0.45% -
HSV(B) 260.67º 0.95% 0.86% -
XYZ 16.37 7.13 67.53 -
YUV 55.35 220.35 147.01 -
System Red Green Blue C M Y K H S L
Decimal 82 10 219 0.63 0.95 0 0.14 260.67 0.91 0.45
Hex 52 A DB 3F 5F 0 E 105 5B 2D
Octal 122 12 333 77 137 0 16 405 133 55
Binary 1010010 1010 11011011 111111 1011111 0 1110 100000101 1011011 101101

Color Harmonies of #520ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520ADB

Black with #520ADB

Text Example


Text Example

White with #520ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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