Html Css Color HEX #520DDA Han Purple

📋 copy color: '#520DDA'

red 82 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #520DDA

Tints of Han Purple #520DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.65%

R = 26.2%
G = 4.15%
B = 69.65%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#520DDA (or 0x520DDA) is known color: Han Purple. HEX triplet: 52, 0D and DA. RGB value is (82,13,218). Sum of RGB (Red+Green+Blue) = 82+13+218=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #520DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DDA is #ADF225. Grayscale: #383838. Windows color (decimal): -11399718 or 14290258. OLE color: 14290258.

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

Color convert

RGB 82 13 218 -
CMYK 0.62 0.94 0 0.15
HSL 260.2º 0.89% 0.45% -
HSV(B) 260.2º 0.94% 0.85% -
XYZ 16.28 7.14 66.85 -
YUV 57 218.86 145.83 -
System Red Green Blue C M Y K H S L
Decimal 82 13 218 0.62 0.94 0 0.15 260.2 0.89 0.45
Hex 52 D DA 3E 5E 0 F 104 59 2D
Octal 122 15 332 76 136 0 17 404 131 55
Binary 1010010 1101 11011010 111110 1011110 0 1111 100000100 1011001 101101

Color Harmonies of #520DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DDA

Black with #520DDA

Text Example


Text Example

White with #520DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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