#5134D6

Color #5134D6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5134D6

Tints of Purple Heart #5134D6

Color information

#5134D6 (or 0x5134D6) is unknown color: approx Purple Heart. HEX triplet: 51, 34 and D6. RGB value is (81,52,214). Sum of RGB (Red+Green+Blue) = 81+52+214=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #5134D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5134D6 is #AECB29. Grayscale: #4E4E4E. Windows color (decimal): -11455274 or 14038097. OLE color: 14038097.

HSL color Cylindrical-coordinate representation of color #5134D6: hue angle of 250.74º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5134D6 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8152214-
CMYK0.620.7600.16
HSL250.74º66.39%52.16%-
HSV(B)250.74º75.7%83.92%-
XYZ16.769.0664.48-
YUV79.14204.11129.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 214 (83.98% from 255) = 61.67%
R=23.34%
G=14.99%
B=61.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81522140.620.7600.16250.7466.3952.16
Hex5134D63E4C010fb4234
Octal121643267611402037310264
Binary1010001110100110101101111101001100010000111110111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5134D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5134D6;
 }
 .AnyTagClassName
 {
   color: #5134D6;
 }
</style>
background-color css

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

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

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

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

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

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