Html Css Color HEX #511FBF Purple Heart

📋 copy color: '#511FBF'

red 81 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #511FBF

Tints of Purple Heart #511FBF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.23%

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

R = 26.73%
G = 10.23%
B = 63.04%

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

#511FBF (or 0x511FBF) is known color: Purple Heart. HEX triplet: 51, 1F and BF. RGB value is (81,31,191). Sum of RGB (Red+Green+Blue) = 81+31+191=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #511FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FBF is #AEE040. Grayscale: #3F3F3F. Windows color (decimal): -11460673 or 12525393. OLE color: 12525393.

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

Color convert

RGB 81 31 191 -
CMYK 0.58 0.84 0 0.25
HSL 258.75º 0.72% 0.44% -
HSV(B) 258.75º 0.84% 0.75% -
XYZ 13.29 6.49 49.84 -
YUV 64.19 199.57 139.99 -
System Red Green Blue C M Y K H S L
Decimal 81 31 191 0.58 0.84 0 0.25 258.75 0.72 0.44
Hex 51 1F BF 3A 54 0 19 103 48 2C
Octal 121 37 277 72 124 0 31 403 110 54
Binary 1010001 11111 10111111 111010 1010100 0 11001 100000011 1001000 101100

Color Harmonies of #511FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FBF

Black with #511FBF

Text Example


Text Example

White with #511FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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