Html Css Color HEX #520EBA Purple Heart

📋 copy color: '#520EBA'

red 82 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #520EBA

Tints of Purple Heart #520EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 29.08%
G = 4.96%
B = 65.96%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#520EBA (or 0x520EBA) is known color: Purple Heart. HEX triplet: 52, 0E and BA. RGB value is (82,14,186). Sum of RGB (Red+Green+Blue) = 82+14+186=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #520EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EBA is #ADF145. Grayscale: #353535. Windows color (decimal): -11399494 or 12193362. OLE color: 12193362.

HSL color Cylindrical-coordinate representation of color #520EBA: hue angle of 263.72º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520EBA is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 14 186 -
CMYK 0.56 0.92 0 0.27
HSL 263.72º 0.86% 0.39% -
HSV(B) 263.72º 0.92% 0.73% -
XYZ 12.5 5.65 46.89 -
YUV 53.94 202.53 148.01 -
System Red Green Blue C M Y K H S L
Decimal 82 14 186 0.56 0.92 0 0.27 263.72 0.86 0.39
Hex 52 E BA 38 5C 0 1B 108 56 27
Octal 122 16 272 70 134 0 33 410 126 47
Binary 1010010 1110 10111010 111000 1011100 0 11011 100001000 1010110 100111

Color Harmonies of #520EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EBA

Black with #520EBA

Text Example


Text Example

White with #520EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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