Html Css Color HEX #511ECE Purple Heart

📋 copy color: '#511ECE'

red 81 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #511ECE

Tints of Purple Heart #511ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 25.55%
G = 9.46%
B = 64.98%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#511ECE (or 0x511ECE) is known color: Purple Heart. HEX triplet: 51, 1E and CE. RGB value is (81,30,206). Sum of RGB (Red+Green+Blue) = 81+30+206=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #511ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ECE is #AEE131. Grayscale: #404040. Windows color (decimal): -11460914 or 13508177. OLE color: 13508177.

HSL color Cylindrical-coordinate representation of color #511ECE: hue angle of 257.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511ECE is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 30 206 -
CMYK 0.61 0.85 0 0.19
HSL 257.39º 0.75% 0.46% -
HSV(B) 257.39º 0.85% 0.81% -
XYZ 15 7.13 58.98 -
YUV 65.31 207.4 139.19 -
System Red Green Blue C M Y K H S L
Decimal 81 30 206 0.61 0.85 0 0.19 257.39 0.75 0.46
Hex 51 1E CE 3D 55 0 13 101 4B 2E
Octal 121 36 316 75 125 0 23 401 113 56
Binary 1010001 11110 11001110 111101 1010101 0 10011 100000001 1001011 101110

Color Harmonies of #511ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511ECE

Black with #511ECE

Text Example


Text Example

White with #511ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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