#5C1FAE

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

Shades of Purple Heart #5C1FAE

Tints of Purple Heart #5C1FAE

Color information

#5C1FAE (or 0x5C1FAE) is unknown color: approx Purple Heart. HEX triplet: 5C, 1F and AE. RGB value is (92,31,174). Sum of RGB (Red+Green+Blue) = 92+31+174=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C1FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1FAE is #A3E051. Grayscale: #414141. Windows color (decimal): -10739794 or 11411292. OLE color: 11411292.

HSL color Cylindrical-coordinate representation of color #5C1FAE: hue angle of 265.59º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1FAE is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9231174-
CMYK0.470.8200.32
HSL265.59º69.76%40.2%-
HSV(B)265.59º82.18%68.24%-
XYZ12.546.3140.6-
YUV65.54189.21146.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=30.98%
G=10.44%
B=58.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92311740.470.8200.32265.5969.7640.2
Hex5C1FAE2F5202010a4628
Octal134372565712204041210650
Binary10111001111110101110101111101001001000001000010101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,31,174); }

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

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

 a { background-color: rgb(92,31,174); }

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

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

 span { border-color: rgb(92,31,174); }

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