#5C3EC3

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

Shades of Purple Heart #5C3EC3

Tints of Purple Heart #5C3EC3

Color information

#5C3EC3 (or 0x5C3EC3) is unknown color: approx Purple Heart. HEX triplet: 5C, 3E and C3. RGB value is (92,62,195). Sum of RGB (Red+Green+Blue) = 92+62+195=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 195 (76.56% from 255 or 55.87% from 349); Max value from RGB is 195 - color contains mainly: blue. Hex color #5C3EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3EC3 is #A3C13C. Grayscale: #555555. Windows color (decimal): -10731837 or 12795484. OLE color: 12795484.

HSL color Cylindrical-coordinate representation of color #5C3EC3: hue angle of 253.53º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C3EC3 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9262195-
CMYK0.530.6800.24
HSL253.53º52.57%50.39%-
HSV(B)253.53º68.21%76.47%-
XYZ15.999.6652.65-
YUV86.13189.44132.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 195 (76.56% from 255) = 55.87%
R=26.36%
G=17.77%
B=55.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal92621950.530.6800.24253.5352.5750.39
Hex5C3EC33544018fe3532
Octal13476303651040303766562
Binary101110011111011000011110101100010001100011111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,62,195); }

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

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

 a { background-color: rgb(92,62,195); }

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

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

 span { border-color: rgb(92,62,195); }

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