Html Css Color HEX #520BDF Han Purple

📋 copy color: '#520BDF'

red 82 ◦ green 11 ◦ blue 223

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

Shades of Han Purple #520BDF

Tints of Han Purple #520BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.57%

R = 25.95%
G = 3.48%
B = 70.57%

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

#520BDF (or 0x520BDF) is known color: Han Purple. HEX triplet: 52, 0B and DF. RGB value is (82,11,223). Sum of RGB (Red+Green+Blue) = 82+11+223=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #520BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BDF is #ADF420. Grayscale: #373737. Windows color (decimal): -11400225 or 14617426. OLE color: 14617426.

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

Color convert

RGB 82 11 223 -
CMYK 0.63 0.95 0 0.13
HSL 260.09º 0.91% 0.46% -
HSV(B) 260.09º 0.95% 0.87% -
XYZ 16.92 7.36 70.34 -
YUV 56.4 222.02 146.26 -
System Red Green Blue C M Y K H S L
Decimal 82 11 223 0.63 0.95 0 0.13 260.09 0.91 0.46
Hex 52 B DF 3F 5F 0 D 104 5B 2E
Octal 122 13 337 77 137 0 15 404 133 56
Binary 1010010 1011 11011111 111111 1011111 0 1101 100000100 1011011 101110

Color Harmonies of #520BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BDF

Black with #520BDF

Text Example


Text Example

White with #520BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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