#5C1FAA

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

Shades of Purple Heart #5C1FAA

Tints of Purple Heart #5C1FAA

Color information

#5C1FAA (or 0x5C1FAA) is unknown color: approx Purple Heart. HEX triplet: 5C, 1F and AA. RGB value is (92,31,170). Sum of RGB (Red+Green+Blue) = 92+31+170=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1FAA is #A3E055. Grayscale: #404040. Windows color (decimal): -10739798 or 11149148. OLE color: 11149148.

HSL color Cylindrical-coordinate representation of color #5C1FAA: hue angle of 266.33º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1FAA is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9231170-
CMYK0.460.8200.33
HSL266.33º69.15%39.41%-
HSV(B)266.33º81.76%66.67%-
XYZ12.166.1638.58-
YUV65.08187.21147.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 31 (12.5% from 255) = 10.58%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=31.40%
G=10.58%
B=58.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92311700.460.8200.33266.3369.1539.41
Hex5C1FAA2E5202110a4527
Octal134372525612204141210547
Binary10111001111110101010101110101001001000011000010101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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