Html Css Color HEX #520DD5 Han Purple

📋 copy color: '#520DD5'

red 82 ◦ green 13 ◦ blue 213

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

Shades of Han Purple #520DD5

Tints of Han Purple #520DD5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.22%

 BLUE value IS 213 (83.59% from 255) = 69.16%

R = 26.62%
G = 4.22%
B = 69.16%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#520DD5 (or 0x520DD5) is known color: Han Purple. HEX triplet: 52, 0D and D5. RGB value is (82,13,213). Sum of RGB (Red+Green+Blue) = 82+13+213=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 213 (83.59% from 255 or 69.16% from 308); Max value from RGB is 213 - color contains mainly: blue. Hex color #520DD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DD5 is #ADF22A. Grayscale: #373737. Windows color (decimal): -11399723 or 13962578. OLE color: 13962578.

HSL color Cylindrical-coordinate representation of color #520DD5: hue angle of 260.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520DD5 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 13 213 -
CMYK 0.62 0.94 0 0.16
HSL 260.7º 0.88% 0.44% -
HSV(B) 260.7º 0.94% 0.84% -
XYZ 15.63 6.89 63.46 -
YUV 56.43 216.36 146.24 -
System Red Green Blue C M Y K H S L
Decimal 82 13 213 0.62 0.94 0 0.16 260.7 0.88 0.44
Hex 52 D D5 3E 5E 0 10 105 58 2C
Octal 122 15 325 76 136 0 20 405 130 54
Binary 1010010 1101 11010101 111110 1011110 0 10000 100000101 1011000 101100

Color Harmonies of #520DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DD5

Black with #520DD5

Text Example


Text Example

White with #520DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,213); }

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

background-color css

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

 a { background-color: rgb(82,13,213); }

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

border-color css

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

 span { border-color: rgb(82,13,213); }

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