#5133AD

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

Shades of Purple Heart #5133AD

Tints of Purple Heart #5133AD

Color information

#5133AD (or 0x5133AD) is unknown color: approx Purple Heart. HEX triplet: 51, 33 and AD. RGB value is (81,51,173). Sum of RGB (Red+Green+Blue) = 81+51+173=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #5133AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5133AD is #AECC52. Grayscale: #494949. Windows color (decimal): -11455571 or 11350865. OLE color: 11350865.

HSL color Cylindrical-coordinate representation of color #5133AD: hue angle of 254.75º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5133AD is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8151173-
CMYK0.530.7100.32
HSL254.75º54.46%43.92%-
HSV(B)254.75º70.52%67.84%-
XYZ12.127.1340.27-
YUV73.88183.94133.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=26.56%
G=16.72%
B=56.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81511730.530.7100.32254.7554.4643.92
Hex5133AD3547020ff362c
Octal12163255651070403776654
Binary1010001110011101011011101011000111010000011111111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5133AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5133AD; }

 p { color: rgb(81,51,173); }

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

<style>
 a { background-color: #5133AD; }

 a { background-color: rgb(81,51,173); }

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

<style>
 span { border-color: #5133AD; }

 span { border-color: rgb(81,51,173); }

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