Html Css Color HEX #520BDE Han Purple

📋 copy color: '#520BDE'

red 82 ◦ green 11 ◦ blue 222

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

Shades of Han Purple #520BDE

Tints of Han Purple #520BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.48%

R = 26.03%
G = 3.49%
B = 70.48%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#520BDE (or 0x520BDE) is known color: Han Purple. HEX triplet: 52, 0B and DE. RGB value is (82,11,222). Sum of RGB (Red+Green+Blue) = 82+11+222=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #520BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BDE is #ADF421. Grayscale: #373737. Windows color (decimal): -11400226 or 14551890. OLE color: 14551890.

HSL color Cylindrical-coordinate representation of color #520BDE: hue angle of 260.19º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BDE is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 11 222 -
CMYK 0.63 0.95 0 0.13
HSL 260.19º 0.91% 0.46% -
HSV(B) 260.19º 0.95% 0.87% -
XYZ 16.78 7.31 69.63 -
YUV 56.28 221.52 146.34 -
System Red Green Blue C M Y K H S L
Decimal 82 11 222 0.63 0.95 0 0.13 260.19 0.91 0.46
Hex 52 B DE 3F 5F 0 D 104 5B 2E
Octal 122 13 336 77 137 0 15 404 133 56
Binary 1010010 1011 11011110 111111 1011111 0 1101 100000100 1011011 101110

Color Harmonies of #520BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BDE

Black with #520BDE

Text Example


Text Example

White with #520BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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