Html Css Color HEX #520ED0 Purple Heart

📋 copy color: '#520ED0'

red 82 ◦ green 14 ◦ blue 208

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

Shades of Purple Heart #520ED0

Tints of Purple Heart #520ED0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.61%

 BLUE value IS 208 (81.64% from 255) = 68.42%

R = 26.97%
G = 4.61%
B = 68.42%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#520ED0 (or 0x520ED0) is known color: Purple Heart. HEX triplet: 52, 0E and D0. RGB value is (82,14,208). Sum of RGB (Red+Green+Blue) = 82+14+208=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 208 (81.64% from 255 or 68.42% from 304); Max value from RGB is 208 - color contains mainly: blue. Hex color #520ED0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ED0 is #ADF12F. Grayscale: #373737. Windows color (decimal): -11399472 or 13635154. OLE color: 13635154.

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

Color convert

RGB 82 14 208 -
CMYK 0.61 0.93 0 0.18
HSL 261.03º 0.87% 0.44% -
HSV(B) 261.03º 0.93% 0.82% -
XYZ 15.02 6.66 60.17 -
YUV 56.45 213.53 146.23 -
System Red Green Blue C M Y K H S L
Decimal 82 14 208 0.61 0.93 0 0.18 261.03 0.87 0.44
Hex 52 E D0 3D 5D 0 12 105 57 2C
Octal 122 16 320 75 135 0 22 405 127 54
Binary 1010010 1110 11010000 111101 1011101 0 10010 100000101 1010111 101100

Color Harmonies of #520ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520ED0

Black with #520ED0

Text Example


Text Example

White with #520ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,14,208); }

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

background-color css

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

 a { background-color: rgb(82,14,208); }

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

border-color css

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

 span { border-color: rgb(82,14,208); }

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