Html Css Color HEX #520BD2 Purple Heart

📋 copy color: '#520BD2'

red 82 ◦ green 11 ◦ blue 210

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

Shades of Purple Heart #520BD2

Tints of Purple Heart #520BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 69.31%

R = 27.06%
G = 3.63%
B = 69.31%

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

#520BD2 (or 0x520BD2) is known color: Purple Heart. HEX triplet: 52, 0B and D2. RGB value is (82,11,210). Sum of RGB (Red+Green+Blue) = 82+11+210=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 210 (82.42% from 255 or 69.31% from 303); Max value from RGB is 210 - color contains mainly: blue. Hex color #520BD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520BD2 is #ADF42D. Grayscale: #363636. Windows color (decimal): -11400238 or 13765458. OLE color: 13765458.

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

Color convert

RGB 82 11 210 -
CMYK 0.61 0.95 0 0.18
HSL 261.41º 0.9% 0.43% -
HSV(B) 261.41º 0.95% 0.82% -
XYZ 15.23 6.69 61.46 -
YUV 54.92 215.52 147.32 -
System Red Green Blue C M Y K H S L
Decimal 82 11 210 0.61 0.95 0 0.18 261.41 0.9 0.43
Hex 52 B D2 3D 5F 0 12 105 5A 2B
Octal 122 13 322 75 137 0 22 405 132 53
Binary 1010010 1011 11010010 111101 1011111 0 10010 100000101 1011010 101011

Color Harmonies of #520BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BD2

Black with #520BD2

Text Example


Text Example

White with #520BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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