#5133C4

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

Shades of Purple Heart #5133C4

Tints of Purple Heart #5133C4

Color information

#5133C4 (or 0x5133C4) is unknown color: approx Purple Heart. HEX triplet: 51, 33 and C4. RGB value is (81,51,196). Sum of RGB (Red+Green+Blue) = 81+51+196=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 196 (76.95% from 255 or 59.76% from 328); Max value from RGB is 196 - color contains mainly: blue. Hex color #5133C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5133C4 is #AECC3B. Grayscale: #4B4B4B. Windows color (decimal): -11455548 or 12858193. OLE color: 12858193.

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

Color convert

RGB8151196-
CMYK0.590.7400.23
HSL252.41º58.7%48.43%-
HSV(B)252.41º73.98%76.86%-
XYZ14.548.153.02-
YUV76.5195.44131.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 196 (76.95% from 255) = 59.76%
R=24.70%
G=15.55%
B=59.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81511960.590.7400.23252.4158.748.43
Hex5133C43B4A017fc3b30
Octal12163304731120273747360
Binary101000111001111000100111011100101001011111111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5133C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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