#5133d1

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

Shades of Purple Heart #5133D1

Tints of Purple Heart #5133D1

Color information

#5133D1 (or 0x5133D1) is unknown color: approx Purple Heart. HEX triplet: 51, 33 and D1. RGB value is (81,51,209). Sum of RGB (Red+Green+Blue) = 81+51+209=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #5133D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5133D1 is #AECC2E. Grayscale: #4D4D4D. Windows color (decimal): -11455535 or 13710161. OLE color: 13710161.

HSL color Cylindrical-coordinate representation of color #5133D1: hue angle of 251.39º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5133D1 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8151209-
CMYK0.610.7600.18
HSL251.39º63.2%50.98%-
HSV(B)251.39º75.6%81.96%-
XYZ16.098.7261.16-
YUV77.98201.94130.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 209 (82.03% from 255) = 61.29%
R=23.75%
G=14.96%
B=61.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81512090.610.7600.18251.3963.250.98
Hex5133D13D4C012fb3f33
Octal12163321751140223737763
Binary101000111001111010001111101100110001001011111011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5133d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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