Html Css Color HEX #520BDB Han Purple

📋 copy color: '#520BDB'

red 82 ◦ green 11 ◦ blue 219

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

Shades of Han Purple #520BDB

Tints of Han Purple #520BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.53%

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

R = 26.28%
G = 3.53%
B = 70.19%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#520BDB (or 0x520BDB) is known color: Han Purple. HEX triplet: 52, 0B and DB. RGB value is (82,11,219). Sum of RGB (Red+Green+Blue) = 82+11+219=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #520BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BDB is #ADF424. Grayscale: #373737. Windows color (decimal): -11400229 or 14355282. OLE color: 14355282.

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

Color convert

RGB 82 11 219 -
CMYK 0.63 0.95 0 0.14
HSL 260.48º 0.9% 0.45% -
HSV(B) 260.48º 0.95% 0.86% -
XYZ 16.39 7.15 67.53 -
YUV 55.94 220.02 146.59 -
System Red Green Blue C M Y K H S L
Decimal 82 11 219 0.63 0.95 0 0.14 260.48 0.9 0.45
Hex 52 B DB 3F 5F 0 E 104 5A 2D
Octal 122 13 333 77 137 0 16 404 132 55
Binary 1010010 1011 11011011 111111 1011111 0 1110 100000100 1011010 101101

Color Harmonies of #520BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BDB

Black with #520BDB

Text Example


Text Example

White with #520BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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