#5C18A4

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

Shades of Purple Heart #5C18A4

Tints of Purple Heart #5C18A4

Color information

#5C18A4 (or 0x5C18A4) is unknown color: approx Purple Heart. HEX triplet: 5C, 18 and A4. RGB value is (92,24,164). Sum of RGB (Red+Green+Blue) = 92+24+164=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #5C18A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C18A4 is #A3E75B. Grayscale: #3B3B3B. Windows color (decimal): -10741596 or 10754140. OLE color: 10754140.

HSL color Cylindrical-coordinate representation of color #5C18A4: hue angle of 269.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C18A4 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9224164-
CMYK0.440.8500.36
HSL269.14º74.47%36.86%-
HSV(B)269.14º85.37%64.31%-
XYZ11.445.6135.6-
YUV60.29186.53150.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.86%
GREEN value IS 24 (9.77% from 255) = 8.57%
BLUE value IS 164 (64.45% from 255) = 58.57%
R=32.86%
G=8.57%
B=58.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92241640.440.8500.36269.1474.4736.86
Hex5C18A42C5502410d4a25
Octal134302445412504441511245
Binary10111001100010100100101100101010101001001000011011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C18A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,24,164); }

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

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

 a { background-color: rgb(92,24,164); }

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

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

 span { border-color: rgb(92,24,164); }

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