#5C3CB4

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

Shades of Purple Heart #5C3CB4

Tints of Purple Heart #5C3CB4

Color information

#5C3CB4 (or 0x5C3CB4) is unknown color: approx Purple Heart. HEX triplet: 5C, 3C and B4. RGB value is (92,60,180). Sum of RGB (Red+Green+Blue) = 92+60+180=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #5C3CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3CB4 is #A3C34B. Grayscale: #525252. Windows color (decimal): -10732364 or 11811932. OLE color: 11811932.

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

Color convert

RGB9260180-
CMYK0.490.6700.29
HSL256º50%47.06%-
HSV(B)256º66.67%70.59%-
XYZ14.278.844.13-
YUV83.25182.6134.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.71%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 180 (70.70% from 255) = 54.22%
R=27.71%
G=18.07%
B=54.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92601800.490.6700.292565047.06
Hex5C3CB4314301D100322f
Octal13474264611030354006257
Binary1011100111100101101001100011000011011101100000000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,60,180); }

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

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

 a { background-color: rgb(92,60,180); }

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

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

 span { border-color: rgb(92,60,180); }

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