#5C3EBA

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

Shades of Purple Heart #5C3EBA

Tints of Purple Heart #5C3EBA

Color information

#5C3EBA (or 0x5C3EBA) is unknown color: approx Purple Heart. HEX triplet: 5C, 3E and BA. RGB value is (92,62,186). Sum of RGB (Red+Green+Blue) = 92+62+186=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3EBA is #A3C145. Grayscale: #545454. Windows color (decimal): -10731846 or 12205660. OLE color: 12205660.

HSL color Cylindrical-coordinate representation of color #5C3EBA: hue angle of 254.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C3EBA is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9262186-
CMYK0.510.6700.27
HSL254.52º50%48.63%-
HSV(B)254.52º66.67%72.94%-
XYZ159.2747.45-
YUV85.11184.94132.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.06%
GREEN value IS 62 (24.61% from 255) = 18.24%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=27.06%
G=18.24%
B=54.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92621860.510.6700.27254.525048.63
Hex5C3EBA334301Bff3231
Octal13476272631030333776261
Binary101110011111010111010110011100001101101111111111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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