Html Css Color HEX #5137B4 Purple Heart

📋 copy color: '#5137B4'

red 81 ◦ green 55 ◦ blue 180

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

Shades of Purple Heart #5137B4

Tints of Purple Heart #5137B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 56.96%

R = 25.63%
G = 17.41%
B = 56.96%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5137B4 (or 0x5137B4) is known color: Purple Heart. HEX triplet: 51, 37 and B4. RGB value is (81,55,180). Sum of RGB (Red+Green+Blue) = 81+55+180=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #5137B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5137B4 is #AEC84B. Grayscale: #4C4C4C. Windows color (decimal): -11454540 or 11810641. OLE color: 11810641.

HSL color Cylindrical-coordinate representation of color #5137B4: hue angle of 252.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5137B4 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 55 180 -
CMYK 0.55 0.69 0 0.29
HSL 252.48º 0.53% 0.46% -
HSV(B) 252.48º 0.69% 0.71% -
XYZ 13 7.78 44 -
YUV 77.02 186.11 130.84 -
System Red Green Blue C M Y K H S L
Decimal 81 55 180 0.55 0.69 0 0.29 252.48 0.53 0.46
Hex 51 37 B4 37 45 0 1D FC 35 2E
Octal 121 67 264 67 105 0 35 374 65 56
Binary 1010001 110111 10110100 110111 1000101 0 11101 11111100 110101 101110

Color Harmonies of #5137B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5137B4

Black with #5137B4

Text Example


Text Example

White with #5137B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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