Html Css Color HEX #5136BA Purple Heart

📋 copy color: '#5136BA'

red 81 ◦ green 54 ◦ blue 186

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

Shades of Purple Heart #5136BA

Tints of Purple Heart #5136BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 25.23%
G = 16.82%
B = 57.94%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5136BA (or 0x5136BA) is known color: Purple Heart. HEX triplet: 51, 36 and BA. RGB value is (81,54,186). Sum of RGB (Red+Green+Blue) = 81+54+186=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #5136BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5136BA is #AEC945. Grayscale: #4C4C4C. Windows color (decimal): -11454790 or 12203601. OLE color: 12203601.

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

Color convert

RGB 81 54 186 -
CMYK 0.56 0.71 0 0.27
HSL 252.27º 0.55% 0.47% -
HSV(B) 252.27º 0.71% 0.73% -
XYZ 13.58 7.93 47.27 -
YUV 77.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 81 54 186 0.56 0.71 0 0.27 252.27 0.55 0.47
Hex 51 36 BA 38 47 0 1B FC 37 2F
Octal 121 66 272 70 107 0 33 374 67 57
Binary 1010001 110110 10111010 111000 1000111 0 11011 11111100 110111 101111

Color Harmonies of #5136BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5136BA

Black with #5136BA

Text Example


Text Example

White with #5136BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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