Html Css Color HEX #5131BB Purple Heart

📋 copy color: '#5131BB'

red 81 ◦ green 49 ◦ blue 187

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

Shades of Purple Heart #5131BB

Tints of Purple Heart #5131BB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

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

R = 25.55%
G = 15.46%
B = 58.99%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5131BB (or 0x5131BB) is known color: Purple Heart. HEX triplet: 51, 31 and BB. RGB value is (81,49,187). Sum of RGB (Red+Green+Blue) = 81+49+187=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #5131BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5131BB is #AECE44. Grayscale: #494949. Windows color (decimal): -11456069 or 12267857. OLE color: 12267857.

HSL color Cylindrical-coordinate representation of color #5131BB: hue angle of 253.91º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5131BB is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 49 187 -
CMYK 0.57 0.74 0 0.27
HSL 253.91º 0.58% 0.46% -
HSV(B) 253.91º 0.74% 0.73% -
XYZ 13.46 7.53 47.76 -
YUV 74.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 81 49 187 0.57 0.74 0 0.27 253.91 0.58 0.46
Hex 51 31 BB 39 4A 0 1B FE 3A 2E
Octal 121 61 273 71 112 0 33 376 72 56
Binary 1010001 110001 10111011 111001 1001010 0 11011 11111110 111010 101110

Color Harmonies of #5131BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5131BB

Black with #5131BB

Text Example


Text Example

White with #5131BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5131BB; }

 p { color: rgb(81,49,187); }

 H1.HeaderClassName
 {
   color: #5131BB;
 }
 .AnyTagClassName
 {
   color: #5131BB;
 }
</style>

background-color css

<style>
 a { background-color: #5131BB; }

 a { background-color: rgb(81,49,187); }

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

border-color css

<style>
 span { border-color: #5131BB; }

 span { border-color: rgb(81,49,187); }

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