Html Css Color HEX #5131BA Purple Heart

📋 copy color: '#5131BA'

red 81 ◦ green 49 ◦ blue 186

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

Shades of Purple Heart #5131BA

Tints of Purple Heart #5131BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 25.63%
G = 15.51%
B = 58.86%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5131BA (or 0x5131BA) is known color: Purple Heart. HEX triplet: 51, 31 and BA. RGB value is (81,49,186). Sum of RGB (Red+Green+Blue) = 81+49+186=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #5131BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5131BA is #AECE45. Grayscale: #494949. Windows color (decimal): -11456070 or 12202321. OLE color: 12202321.

HSL color Cylindrical-coordinate representation of color #5131BA: hue angle of 254.01º 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 #5131BA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 49 186 -
CMYK 0.56 0.74 0 0.27
HSL 254.01º 0.58% 0.46% -
HSV(B) 254.01º 0.74% 0.73% -
XYZ 13.35 7.49 47.2 -
YUV 74.19 191.1 132.86 -
System Red Green Blue C M Y K H S L
Decimal 81 49 186 0.56 0.74 0 0.27 254.01 0.58 0.46
Hex 51 31 BA 38 4A 0 1B FE 3A 2E
Octal 121 61 272 70 112 0 33 376 72 56
Binary 1010001 110001 10111010 111000 1001010 0 11011 11111110 111010 101110

Color Harmonies of #5131BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5131BA

Black with #5131BA

Text Example


Text Example

White with #5131BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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