Html Css Color HEX #520EBC Purple Heart

📋 copy color: '#520EBC'

red 82 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #520EBC

Tints of Purple Heart #520EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 28.87%
G = 4.93%
B = 66.2%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#520EBC (or 0x520EBC) is known color: Purple Heart. HEX triplet: 52, 0E and BC. RGB value is (82,14,188). Sum of RGB (Red+Green+Blue) = 82+14+188=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #520EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EBC is #ADF143. Grayscale: #353535. Windows color (decimal): -11399492 or 12324434. OLE color: 12324434.

HSL color Cylindrical-coordinate representation of color #520EBC: hue angle of 263.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520EBC is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 14 188 -
CMYK 0.56 0.93 0 0.26
HSL 263.45º 0.86% 0.4% -
HSV(B) 263.45º 0.93% 0.74% -
XYZ 12.71 5.74 48.01 -
YUV 54.17 203.53 147.85 -
System Red Green Blue C M Y K H S L
Decimal 82 14 188 0.56 0.93 0 0.26 263.45 0.86 0.4
Hex 52 E BC 38 5D 0 1A 107 56 28
Octal 122 16 274 70 135 0 32 407 126 50
Binary 1010010 1110 10111100 111000 1011101 0 11010 100000111 1010110 101000

Color Harmonies of #520EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EBC

Black with #520EBC

Text Example


Text Example

White with #520EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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