Html Css Color HEX #520BDC Han Purple

📋 copy color: '#520BDC'

red 82 ◦ green 11 ◦ blue 220

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

Shades of Han Purple #520BDC

Tints of Han Purple #520BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 26.2%
G = 3.51%
B = 70.29%

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

#520BDC (or 0x520BDC) is known color: Han Purple. HEX triplet: 52, 0B and DC. RGB value is (82,11,220). Sum of RGB (Red+Green+Blue) = 82+11+220=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #520BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BDC is #ADF423. Grayscale: #373737. Windows color (decimal): -11400228 or 14420818. OLE color: 14420818.

HSL color Cylindrical-coordinate representation of color #520BDC: hue angle of 260.38º 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 #520BDC is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 11 220 -
CMYK 0.63 0.95 0 0.14
HSL 260.38º 0.9% 0.45% -
HSV(B) 260.38º 0.95% 0.86% -
XYZ 16.52 7.2 68.23 -
YUV 56.06 220.52 146.51 -
System Red Green Blue C M Y K H S L
Decimal 82 11 220 0.63 0.95 0 0.14 260.38 0.9 0.45
Hex 52 B DC 3F 5F 0 E 104 5A 2D
Octal 122 13 334 77 137 0 16 404 132 55
Binary 1010010 1011 11011100 111111 1011111 0 1110 100000100 1011010 101101

Color Harmonies of #520BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BDC

Black with #520BDC

Text Example


Text Example

White with #520BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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