#5C1AC2

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

Shades of Purple Heart #5C1AC2

Tints of Purple Heart #5C1AC2

Color information

#5C1AC2 (or 0x5C1AC2) is unknown color: approx Purple Heart. HEX triplet: 5C, 1A and C2. RGB value is (92,26,194). Sum of RGB (Red+Green+Blue) = 92+26+194=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 194 (76.17% from 255 or 62.18% from 312); Max value from RGB is 194 - color contains mainly: blue. Hex color #5C1AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1AC2 is #A3E53D. Grayscale: #404040. Windows color (decimal): -10741054 or 12720732. OLE color: 12720732.

HSL color Cylindrical-coordinate representation of color #5C1AC2: hue angle of 263.57º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C1AC2 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9226194-
CMYK0.530.8700.24
HSL263.57º76.36%43.14%-
HSV(B)263.57º86.6%76.08%-
XYZ14.526.9151.61-
YUV64.89200.87147.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.49%
GREEN value IS 26 (10.55% from 255) = 8.33%
BLUE value IS 194 (76.17% from 255) = 62.18%
R=29.49%
G=8.33%
B=62.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal92261940.530.8700.24263.5776.3643.14
Hex5C1AC235570181084c2b
Octal134323026512703041011453
Binary1011100110101100001011010110101110110001000010001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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