Html Css Color HEX #520BD7 Han Purple

📋 copy color: '#520BD7'

red 82 ◦ green 11 ◦ blue 215

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

Shades of Han Purple #520BD7

Tints of Han Purple #520BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 69.81%

R = 26.62%
G = 3.57%
B = 69.81%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#520BD7 (or 0x520BD7) is known color: Han Purple. HEX triplet: 52, 0B and D7. RGB value is (82,11,215). Sum of RGB (Red+Green+Blue) = 82+11+215=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 215 (84.38% from 255 or 69.81% from 308); Max value from RGB is 215 - color contains mainly: blue. Hex color #520BD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BD7 is #ADF428. Grayscale: #363636. Windows color (decimal): -11400233 or 14093138. OLE color: 14093138.

HSL color Cylindrical-coordinate representation of color #520BD7: hue angle of 260.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BD7 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 11 215 -
CMYK 0.62 0.95 0 0.16
HSL 260.88º 0.9% 0.44% -
HSV(B) 260.88º 0.95% 0.84% -
XYZ 15.87 6.94 64.79 -
YUV 55.49 218.02 146.91 -
System Red Green Blue C M Y K H S L
Decimal 82 11 215 0.62 0.95 0 0.16 260.88 0.9 0.44
Hex 52 B D7 3E 5F 0 10 105 5A 2C
Octal 122 13 327 76 137 0 20 405 132 54
Binary 1010010 1011 11010111 111110 1011111 0 10000 100000101 1011010 101100

Color Harmonies of #520BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BD7

Black with #520BD7

Text Example


Text Example

White with #520BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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