Html Css Color HEX #511EBF Purple Heart

📋 copy color: '#511EBF'

red 81 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #511EBF

Tints of Purple Heart #511EBF

RGB

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

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

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

R = 26.82%
G = 9.93%
B = 63.25%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#511EBF (or 0x511EBF) is known color: Purple Heart. HEX triplet: 51, 1E and BF. RGB value is (81,30,191). Sum of RGB (Red+Green+Blue) = 81+30+191=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #511EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511EBF is #AEE140. Grayscale: #3F3F3F. Windows color (decimal): -11460929 or 12525137. OLE color: 12525137.

HSL color Cylindrical-coordinate representation of color #511EBF: hue angle of 259.01º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511EBF is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 30 191 -
CMYK 0.58 0.84 0 0.25
HSL 259.01º 0.73% 0.43% -
HSV(B) 259.01º 0.84% 0.75% -
XYZ 13.26 6.44 49.83 -
YUV 63.6 199.9 140.41 -
System Red Green Blue C M Y K H S L
Decimal 81 30 191 0.58 0.84 0 0.25 259.01 0.73 0.43
Hex 51 1E BF 3A 54 0 19 103 49 2B
Octal 121 36 277 72 124 0 31 403 111 53
Binary 1010001 11110 10111111 111010 1010100 0 11001 100000011 1001001 101011

Color Harmonies of #511EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511EBF

Black with #511EBF

Text Example


Text Example

White with #511EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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