#5c17a2

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

Shades of Purple Heart #5C17A2

Tints of Purple Heart #5C17A2

Color information

#5C17A2 (or 0x5C17A2) is unknown color: approx Purple Heart. HEX triplet: 5C, 17 and A2. RGB value is (92,23,162). Sum of RGB (Red+Green+Blue) = 92+23+162=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #5C17A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C17A2 is #A3E85D. Grayscale: #3A3A3A. Windows color (decimal): -10741854 or 10622812. OLE color: 10622812.

HSL color Cylindrical-coordinate representation of color #5C17A2: hue angle of 269.78º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C17A2 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9223162-
CMYK0.430.8600.36
HSL269.78º75.14%36.27%-
HSV(B)269.78º85.8%63.53%-
XYZ11.245.534.65-
YUV59.48185.86151.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.21%
GREEN value IS 23 (9.38% from 255) = 8.30%
BLUE value IS 162 (63.67% from 255) = 58.48%
R=33.21%
G=8.30%
B=58.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92231620.430.8600.36269.7875.1436.27
Hex5C17A22B5602410e4b24
Octal134272425312604441611344
Binary10111001011110100010101011101011001001001000011101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c17a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,23,162); }

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

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

 a { background-color: rgb(92,23,162); }

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

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

 span { border-color: rgb(92,23,162); }

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