Html Css Color HEX #520DDB Han Purple

📋 copy color: '#520DDB'

red 82 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #520DDB

Tints of Han Purple #520DDB

RGB

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

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

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

R = 26.11%
G = 4.14%
B = 69.75%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#520DDB (or 0x520DDB) is known color: Han Purple. HEX triplet: 52, 0D and DB. RGB value is (82,13,219). Sum of RGB (Red+Green+Blue) = 82+13+219=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #520DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DDB is #ADF224. Grayscale: #383838. Windows color (decimal): -11399717 or 14355794. OLE color: 14355794.

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

Color convert

RGB 82 13 219 -
CMYK 0.63 0.94 0 0.14
HSL 260.1º 0.89% 0.45% -
HSV(B) 260.1º 0.94% 0.86% -
XYZ 16.41 7.2 67.54 -
YUV 57.12 219.36 145.75 -
System Red Green Blue C M Y K H S L
Decimal 82 13 219 0.63 0.94 0 0.14 260.1 0.89 0.45
Hex 52 D DB 3F 5E 0 E 104 59 2D
Octal 122 15 333 77 136 0 16 404 131 55
Binary 1010010 1101 11011011 111111 1011110 0 1110 100000100 1011001 101101

Color Harmonies of #520DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DDB

Black with #520DDB

Text Example


Text Example

White with #520DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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