Html Css Color HEX #520BD1 Purple Heart

📋 copy color: '#520BD1'

red 82 ◦ green 11 ◦ blue 209

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

Shades of Purple Heart #520BD1

Tints of Purple Heart #520BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 69.21%

R = 27.15%
G = 3.64%
B = 69.21%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#520BD1 (or 0x520BD1) is known color: Purple Heart. HEX triplet: 52, 0B and D1. RGB value is (82,11,209). Sum of RGB (Red+Green+Blue) = 82+11+209=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 209 (82.03% from 255 or 69.21% from 302); Max value from RGB is 209 - color contains mainly: blue. Hex color #520BD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BD1 is #ADF42E. Grayscale: #363636. Windows color (decimal): -11400239 or 13699922. OLE color: 13699922.

HSL color Cylindrical-coordinate representation of color #520BD1: hue angle of 261.52º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520BD1 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 11 209 -
CMYK 0.61 0.95 0 0.18
HSL 261.52º 0.9% 0.43% -
HSV(B) 261.52º 0.95% 0.82% -
XYZ 15.11 6.64 60.81 -
YUV 54.8 215.02 147.4 -
System Red Green Blue C M Y K H S L
Decimal 82 11 209 0.61 0.95 0 0.18 261.52 0.9 0.43
Hex 52 B D1 3D 5F 0 12 106 5A 2B
Octal 122 13 321 75 137 0 22 406 132 53
Binary 1010010 1011 11010001 111101 1011111 0 10010 100000110 1011010 101011

Color Harmonies of #520BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BD1

Black with #520BD1

Text Example


Text Example

White with #520BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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