#5133B1

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

Shades of Purple Heart #5133B1

Tints of Purple Heart #5133B1

Color information

#5133B1 (or 0x5133B1) is unknown color: approx Purple Heart. HEX triplet: 51, 33 and B1. RGB value is (81,51,177). Sum of RGB (Red+Green+Blue) = 81+51+177=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #5133B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5133B1 is #AECC4E. Grayscale: #494949. Windows color (decimal): -11455567 or 11613009. OLE color: 11613009.

HSL color Cylindrical-coordinate representation of color #5133B1: hue angle of 254.29º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5133B1 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8151177-
CMYK0.540.7100.31
HSL254.29º55.26%44.71%-
HSV(B)254.29º71.19%69.41%-
XYZ12.517.2942.34-
YUV74.33185.94132.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 177 (69.53% from 255) = 57.28%
R=26.21%
G=16.50%
B=57.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81511770.540.7100.31254.2955.2644.71
Hex5133B1364701Ffe372d
Octal12163261661070373766755
Binary101000111001110110001110110100011101111111111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5133B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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