#5C3DCA

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

Shades of Purple Heart #5C3DCA

Tints of Purple Heart #5C3DCA

Color information

#5C3DCA (or 0x5C3DCA) is unknown color: approx Purple Heart. HEX triplet: 5C, 3D and CA. RGB value is (92,61,202). Sum of RGB (Red+Green+Blue) = 92+61+202=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C3DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3DCA is #A3C235. Grayscale: #555555. Windows color (decimal): -10732086 or 13253980. OLE color: 13253980.

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

Color convert

RGB9261202-
CMYK0.540.7000.21
HSL253.19º57.09%51.57%-
HSV(B)253.19º69.8%79.22%-
XYZ16.749.8856.9-
YUV86.34193.27132.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=25.92%
G=17.18%
B=56.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92612020.540.7000.21253.1957.0951.57
Hex5C3DCA3646015fd3934
Octal13475312661060253757164
Binary101110011110111001010110110100011001010111111101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,61,202); }

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

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

 a { background-color: rgb(92,61,202); }

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

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

 span { border-color: rgb(92,61,202); }

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