Html Css Color HEX #520EBF Purple Heart

📋 copy color: '#520EBF'

red 82 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #520EBF

Tints of Purple Heart #520EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.55%

R = 28.57%
G = 4.88%
B = 66.55%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#520EBF (or 0x520EBF) is known color: Purple Heart. HEX triplet: 52, 0E and BF. RGB value is (82,14,191). Sum of RGB (Red+Green+Blue) = 82+14+191=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #520EBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EBF is #ADF140. Grayscale: #353535. Windows color (decimal): -11399489 or 12521042. OLE color: 12521042.

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

Color convert

RGB 82 14 191 -
CMYK 0.57 0.93 0 0.25
HSL 263.05º 0.86% 0.4% -
HSV(B) 263.05º 0.93% 0.75% -
XYZ 13.04 5.87 49.74 -
YUV 54.51 205.03 147.61 -
System Red Green Blue C M Y K H S L
Decimal 82 14 191 0.57 0.93 0 0.25 263.05 0.86 0.4
Hex 52 E BF 39 5D 0 19 107 56 28
Octal 122 16 277 71 135 0 31 407 126 50
Binary 1010010 1110 10111111 111001 1011101 0 11001 100000111 1010110 101000

Color Harmonies of #520EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EBF

Black with #520EBF

Text Example


Text Example

White with #520EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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