Html Css Color HEX #520EBB Purple Heart

📋 copy color: '#520EBB'

red 82 ◦ green 14 ◦ blue 187

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

Shades of Purple Heart #520EBB

Tints of Purple Heart #520EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.08%

R = 28.98%
G = 4.95%
B = 66.08%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#520EBB (or 0x520EBB) is known color: Purple Heart. HEX triplet: 52, 0E and BB. RGB value is (82,14,187). Sum of RGB (Red+Green+Blue) = 82+14+187=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #520EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EBB is #ADF144. Grayscale: #353535. Windows color (decimal): -11399493 or 12258898. OLE color: 12258898.

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

Color convert

RGB 82 14 187 -
CMYK 0.56 0.93 0 0.27
HSL 263.58º 0.86% 0.39% -
HSV(B) 263.58º 0.93% 0.73% -
XYZ 12.61 5.7 47.45 -
YUV 54.05 203.03 147.93 -
System Red Green Blue C M Y K H S L
Decimal 82 14 187 0.56 0.93 0 0.27 263.58 0.86 0.39
Hex 52 E BB 38 5D 0 1B 108 56 27
Octal 122 16 273 70 135 0 33 410 126 47
Binary 1010010 1110 10111011 111000 1011101 0 11011 100001000 1010110 100111

Color Harmonies of #520EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EBB

Black with #520EBB

Text Example


Text Example

White with #520EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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