Html Css Color HEX #5137BB Purple Heart

📋 copy color: '#5137BB'

red 81 ◦ green 55 ◦ blue 187

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

Shades of Purple Heart #5137BB

Tints of Purple Heart #5137BB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

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

R = 25.08%
G = 17.03%
B = 57.89%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5137BB (or 0x5137BB) is known color: Purple Heart. HEX triplet: 51, 37 and BB. RGB value is (81,55,187). Sum of RGB (Red+Green+Blue) = 81+55+187=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #5137BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5137BB is #AEC844. Grayscale: #4D4D4D. Windows color (decimal): -11454533 or 12269393. OLE color: 12269393.

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

Color convert

RGB 81 55 187 -
CMYK 0.57 0.71 0 0.27
HSL 251.82º 0.55% 0.47% -
HSV(B) 251.82º 0.71% 0.73% -
XYZ 13.73 8.07 47.85 -
YUV 77.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 81 55 187 0.57 0.71 0 0.27 251.82 0.55 0.47
Hex 51 37 BB 39 47 0 1B FC 37 2F
Octal 121 67 273 71 107 0 33 374 67 57
Binary 1010001 110111 10111011 111001 1000111 0 11011 11111100 110111 101111

Color Harmonies of #5137BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5137BB

Black with #5137BB

Text Example


Text Example

White with #5137BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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