#5134DD

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

Shades of Purple Heart #5134DD

Tints of Purple Heart #5134DD

Color information

#5134DD (or 0x5134DD) is unknown color: approx Purple Heart. HEX triplet: 51, 34 and DD. RGB value is (81,52,221). Sum of RGB (Red+Green+Blue) = 81+52+221=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #5134DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5134DD is #AECB22. Grayscale: #4F4F4F. Windows color (decimal): -11455267 or 14496849. OLE color: 14496849.

HSL color Cylindrical-coordinate representation of color #5134DD: hue angle of 250.3º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5134DD is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8152221-
CMYK0.630.7600.13
HSL250.3º71.31%53.53%-
HSV(B)250.3º76.47%86.67%-
XYZ17.679.4369.29-
YUV79.94207.61128.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 221 (86.72% from 255) = 62.43%
R=22.88%
G=14.69%
B=62.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81522210.630.7600.13250.371.3153.53
Hex5134DD3F4C0Dfa4736
Octal121643357711401537210766
Binary101000111010011011101111111100110001101111110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5134DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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