#5C1ABA

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

Shades of Purple Heart #5C1ABA

Tints of Purple Heart #5C1ABA

Color information

#5C1ABA (or 0x5C1ABA) is unknown color: approx Purple Heart. HEX triplet: 5C, 1A and BA. RGB value is (92,26,186). Sum of RGB (Red+Green+Blue) = 92+26+186=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C1ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1ABA is #A3E545. Grayscale: #3F3F3F. Windows color (decimal): -10741062 or 12196444. OLE color: 12196444.

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

Color convert

RGB9226186-
CMYK0.510.8600.27
HSL264.75º75.47%41.57%-
HSV(B)264.75º86.02%72.94%-
XYZ13.656.5647-
YUV63.97196.87147.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.26%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 186 (73.05% from 255) = 61.18%
R=30.26%
G=8.55%
B=61.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92261860.510.8600.27264.7575.4741.57
Hex5C1ABA335601B1094b2a
Octal134322726312603341111352
Binary1011100110101011101011001110101100110111000010011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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