Html Css Color HEX #520DD6 Han Purple

📋 copy color: '#520DD6'

red 82 ◦ green 13 ◦ blue 214

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

Shades of Han Purple #520DD6

Tints of Han Purple #520DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 69.26%

R = 26.54%
G = 4.21%
B = 69.26%

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

#520DD6 (or 0x520DD6) is known color: Han Purple. HEX triplet: 52, 0D and D6. RGB value is (82,13,214). Sum of RGB (Red+Green+Blue) = 82+13+214=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 214 (83.98% from 255 or 69.26% from 309); Max value from RGB is 214 - color contains mainly: blue. Hex color #520DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DD6 is #ADF229. Grayscale: #373737. Windows color (decimal): -11399722 or 14028114. OLE color: 14028114.

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

Color convert

RGB 82 13 214 -
CMYK 0.62 0.94 0 0.16
HSL 260.6º 0.89% 0.45% -
HSV(B) 260.6º 0.94% 0.84% -
XYZ 15.76 6.94 64.13 -
YUV 56.55 216.86 146.16 -
System Red Green Blue C M Y K H S L
Decimal 82 13 214 0.62 0.94 0 0.16 260.6 0.89 0.45
Hex 52 D D6 3E 5E 0 10 105 59 2D
Octal 122 15 326 76 136 0 20 405 131 55
Binary 1010010 1101 11010110 111110 1011110 0 10000 100000101 1011001 101101

Color Harmonies of #520DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DD6

Black with #520DD6

Text Example


Text Example

White with #520DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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