Html Css Color HEX #520AD3 Han Purple

📋 copy color: '#520AD3'

red 82 ◦ green 10 ◦ blue 211

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

Shades of Han Purple #520AD3

Tints of Han Purple #520AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 69.64%

R = 27.06%
G = 3.3%
B = 69.64%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#520AD3 (or 0x520AD3) is known color: Han Purple. HEX triplet: 52, 0A and D3. RGB value is (82,10,211). Sum of RGB (Red+Green+Blue) = 82+10+211=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 211 (82.81% from 255 or 69.64% from 303); Max value from RGB is 211 - color contains mainly: blue. Hex color #520AD3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520AD3 is #ADF52C. Grayscale: #353535. Windows color (decimal): -11400493 or 13830738. OLE color: 13830738.

HSL color Cylindrical-coordinate representation of color #520AD3: hue angle of 261.49º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520AD3 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 10 211 -
CMYK 0.61 0.95 0 0.17
HSL 261.49º 0.91% 0.43% -
HSV(B) 261.49º 0.95% 0.83% -
XYZ 15.35 6.71 62.12 -
YUV 54.44 216.35 147.66 -
System Red Green Blue C M Y K H S L
Decimal 82 10 211 0.61 0.95 0 0.17 261.49 0.91 0.43
Hex 52 A D3 3D 5F 0 11 105 5B 2B
Octal 122 12 323 75 137 0 21 405 133 53
Binary 1010010 1010 11010011 111101 1011111 0 10001 100000101 1011011 101011

Color Harmonies of #520AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520AD3

Black with #520AD3

Text Example


Text Example

White with #520AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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