Html Css Color HEX #5134BB Purple Heart

📋 copy color: '#5134BB'

red 81 ◦ green 52 ◦ blue 187

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

Shades of Purple Heart #5134BB

Tints of Purple Heart #5134BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 25.31%
G = 16.25%
B = 58.44%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5134BB (or 0x5134BB) is known color: Purple Heart. HEX triplet: 51, 34 and BB. RGB value is (81,52,187). Sum of RGB (Red+Green+Blue) = 81+52+187=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #5134BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5134BB is #AECB44. Grayscale: #4B4B4B. Windows color (decimal): -11455301 or 12268625. OLE color: 12268625.

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

Color convert

RGB 81 52 187 -
CMYK 0.57 0.72 0 0.27
HSL 252.89º 0.56% 0.47% -
HSV(B) 252.89º 0.72% 0.73% -
XYZ 13.59 7.79 47.8 -
YUV 76.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 81 52 187 0.57 0.72 0 0.27 252.89 0.56 0.47
Hex 51 34 BB 39 48 0 1B FD 38 2F
Octal 121 64 273 71 110 0 33 375 70 57
Binary 1010001 110100 10111011 111001 1001000 0 11011 11111101 111000 101111

Color Harmonies of #5134BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5134BB

Black with #5134BB

Text Example


Text Example

White with #5134BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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