Html Css Color HEX #520DC1 Purple Heart

📋 copy color: '#520DC1'

red 82 ◦ green 13 ◦ blue 193

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

Shades of Purple Heart #520DC1

Tints of Purple Heart #520DC1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.51%

 BLUE value IS 193 (75.78% from 255) = 67.01%

R = 28.47%
G = 4.51%
B = 67.01%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#520DC1 (or 0x520DC1) is known color: Purple Heart. HEX triplet: 52, 0D and C1. RGB value is (82,13,193). Sum of RGB (Red+Green+Blue) = 82+13+193=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #520DC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DC1 is #ADF23E. Grayscale: #353535. Windows color (decimal): -11399743 or 12651858. OLE color: 12651858.

HSL color Cylindrical-coordinate representation of color #520DC1: hue angle of 263º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520DC1 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 13 193 -
CMYK 0.58 0.93 0 0.24
HSL 263º 0.87% 0.4% -
HSV(B) 263º 0.93% 0.76% -
XYZ 13.25 5.93 50.9 -
YUV 54.15 206.36 147.86 -
System Red Green Blue C M Y K H S L
Decimal 82 13 193 0.58 0.93 0 0.24 263 0.87 0.4
Hex 52 D C1 3A 5D 0 18 107 57 28
Octal 122 15 301 72 135 0 30 407 127 50
Binary 1010010 1101 11000001 111010 1011101 0 11000 100000111 1010111 101000

Color Harmonies of #520DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DC1

Black with #520DC1

Text Example


Text Example

White with #520DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,193); }

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

background-color css

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

 a { background-color: rgb(82,13,193); }

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

border-color css

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

 span { border-color: rgb(82,13,193); }

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