Html Css Color HEX #511EBC Purple Heart

📋 copy color: '#511EBC'

red 81 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #511EBC

Tints of Purple Heart #511EBC

RGB

 RED value IS 81 (32.03% from 255) = 27.09%

 GREEN value IS 30 (12.11% from 255) = 10.03%

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

R = 27.09%
G = 10.03%
B = 62.88%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#511EBC (or 0x511EBC) is known color: Purple Heart. HEX triplet: 51, 1E and BC. RGB value is (81,30,188). Sum of RGB (Red+Green+Blue) = 81+30+188=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #511EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511EBC is #AEE143. Grayscale: #3E3E3E. Windows color (decimal): -11460932 or 12328529. OLE color: 12328529.

HSL color Cylindrical-coordinate representation of color #511EBC: hue angle of 259.37º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511EBC is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 30 188 -
CMYK 0.57 0.84 0 0.26
HSL 259.37º 0.72% 0.43% -
HSV(B) 259.37º 0.84% 0.74% -
XYZ 12.93 6.31 48.11 -
YUV 63.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 81 30 188 0.57 0.84 0 0.26 259.37 0.72 0.43
Hex 51 1E BC 39 54 0 1A 103 48 2B
Octal 121 36 274 71 124 0 32 403 110 53
Binary 1010001 11110 10111100 111001 1010100 0 11010 100000011 1001000 101011

Color Harmonies of #511EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EBC

Black with #511EBC

Text Example


Text Example

White with #511EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,30,188); }

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

background-color css

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

 a { background-color: rgb(81,30,188); }

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

border-color css

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

 span { border-color: rgb(81,30,188); }

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