#5C41C5

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

Shades of Purple Heart #5C41C5

Tints of Purple Heart #5C41C5

Color information

#5C41C5 (or 0x5C41C5) is unknown color: approx Purple Heart. HEX triplet: 5C, 41 and C5. RGB value is (92,65,197). Sum of RGB (Red+Green+Blue) = 92+65+197=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #5C41C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C41C5 is #A3BE3A. Grayscale: #575757. Windows color (decimal): -10731067 or 12927324. OLE color: 12927324.

HSL color Cylindrical-coordinate representation of color #5C41C5: hue angle of 252.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C41C5 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9265197-
CMYK0.530.6700.23
HSL252.27º53.23%51.37%-
HSV(B)252.27º67.01%77.25%-
XYZ16.3810.0953.91-
YUV88.12189.45130.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.99%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 197 (77.34% from 255) = 55.65%
R=25.99%
G=18.36%
B=55.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal92651970.530.6700.23252.2753.2351.37
Hex5C41C53543017fc3533
Octal134101305651030273746563
Binary1011100100000111000101110101100001101011111111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C41C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C41C5; }

 p { color: rgb(92,65,197); }

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

<style>
 a { background-color: #5C41C5; }

 a { background-color: rgb(92,65,197); }

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

<style>
 span { border-color: #5C41C5; }

 span { border-color: rgb(92,65,197); }

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