#5C39C1

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

Shades of Purple Heart #5C39C1

Tints of Purple Heart #5C39C1

Color information

#5C39C1 (or 0x5C39C1) is unknown color: approx Purple Heart. HEX triplet: 5C, 39 and C1. RGB value is (92,57,193). Sum of RGB (Red+Green+Blue) = 92+57+193=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C39C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C39C1 is #A3C63E. Grayscale: #525252. Windows color (decimal): -10733119 or 12663132. OLE color: 12663132.

HSL color Cylindrical-coordinate representation of color #5C39C1: hue angle of 255.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C39C1 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9257193-
CMYK0.520.7000.24
HSL255.44º54.4%49.02%-
HSV(B)255.44º70.47%75.69%-
XYZ15.59.0551.38-
YUV82.97190.1134.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.90%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 193 (75.78% from 255) = 56.43%
R=26.90%
G=16.67%
B=56.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal92571930.520.7000.24255.4454.449.02
Hex5C39C13446018ff3631
Octal13471301641060303776661
Binary101110011100111000001110100100011001100011111111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C39C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,57,193); }

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

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

 a { background-color: rgb(92,57,193); }

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

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

 span { border-color: rgb(92,57,193); }

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