#5C3AB5

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

Shades of Purple Heart #5C3AB5

Tints of Purple Heart #5C3AB5

Color information

#5C3AB5 (or 0x5C3AB5) is unknown color: approx Purple Heart. HEX triplet: 5C, 3A and B5. RGB value is (92,58,181). Sum of RGB (Red+Green+Blue) = 92+58+181=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #5C3AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3AB5 is #A3C54A. Grayscale: #515151. Windows color (decimal): -10732875 or 11876956. OLE color: 11876956.

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

Color convert

RGB9258181-
CMYK0.490.6800.29
HSL256.59º51.46%46.86%-
HSV(B)256.59º67.96%70.98%-
XYZ14.278.6444.63-
YUV82.19183.76135-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.79%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 181 (71.09% from 255) = 54.68%
R=27.79%
G=17.52%
B=54.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92581810.490.6800.29256.5951.4646.86
Hex5C3AB5314401D101332f
Octal13472265611040354016357
Binary1011100111010101101011100011000100011101100000001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,58,181); }

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

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

 a { background-color: rgb(92,58,181); }

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

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

 span { border-color: rgb(92,58,181); }

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