#5133C1

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

Shades of Purple Heart #5133C1

Tints of Purple Heart #5133C1

Color information

#5133C1 (or 0x5133C1) is unknown color: approx Purple Heart. HEX triplet: 51, 33 and C1. RGB value is (81,51,193). Sum of RGB (Red+Green+Blue) = 81+51+193=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #5133C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5133C1 is #AECC3E. Grayscale: #4B4B4B. Windows color (decimal): -11455551 or 12661585. OLE color: 12661585.

HSL color Cylindrical-coordinate representation of color #5133C1: hue angle of 252.68º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5133C1 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8151193-
CMYK0.580.7400.24
HSL252.68º58.2%47.84%-
HSV(B)252.68º73.58%75.69%-
XYZ14.27.9751.24-
YUV76.16193.94131.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 193 (75.78% from 255) = 59.38%
R=24.92%
G=15.69%
B=59.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81511930.580.7400.24252.6858.247.84
Hex5133C13A4A018fd3a30
Octal12163301721120303757260
Binary101000111001111000001111010100101001100011111101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5133C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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