Html Css Color HEX #5131BE Purple Heart

📋 copy color: '#5131BE'

red 81 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #5131BE

Tints of Purple Heart #5131BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 25.31%
G = 15.31%
B = 59.38%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5131BE (or 0x5131BE) is known color: Purple Heart. HEX triplet: 51, 31 and BE. RGB value is (81,49,190). Sum of RGB (Red+Green+Blue) = 81+49+190=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #5131BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5131BE is #AECE41. Grayscale: #4A4A4A. Windows color (decimal): -11456066 or 12464465. OLE color: 12464465.

HSL color Cylindrical-coordinate representation of color #5131BE: hue angle of 253.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5131BE is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 49 190 -
CMYK 0.57 0.74 0 0.25
HSL 253.62º 0.59% 0.47% -
HSV(B) 253.62º 0.74% 0.75% -
XYZ 13.79 7.66 49.47 -
YUV 74.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 81 49 190 0.57 0.74 0 0.25 253.62 0.59 0.47
Hex 51 31 BE 39 4A 0 19 FE 3B 2F
Octal 121 61 276 71 112 0 31 376 73 57
Binary 1010001 110001 10111110 111001 1001010 0 11001 11111110 111011 101111

Color Harmonies of #5131BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5131BE

Black with #5131BE

Text Example


Text Example

White with #5131BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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