#5C33AC

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

Shades of Purple Heart #5C33AC

Tints of Purple Heart #5C33AC

Color information

#5C33AC (or 0x5C33AC) is unknown color: approx Purple Heart. HEX triplet: 5C, 33 and AC. RGB value is (92,51,172). Sum of RGB (Red+Green+Blue) = 92+51+172=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C33AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C33AC is #A3CC53. Grayscale: #4C4C4C. Windows color (decimal): -10734676 or 11285340. OLE color: 11285340.

HSL color Cylindrical-coordinate representation of color #5C33AC: hue angle of 260.33º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C33AC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9251172-
CMYK0.470.7000.33
HSL260.33º54.26%43.73%-
HSV(B)260.33º70.35%67.45%-
XYZ13.047.6239.81-
YUV77.05181.58138.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.21%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 172 (67.58% from 255) = 54.60%
R=29.21%
G=16.19%
B=54.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92511720.470.7000.33260.3354.2643.73
Hex5C33AC2F46021104362c
Octal13463254571060414046654
Binary10111001100111010110010111110001100100001100000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C33AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,51,172); }

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

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

 a { background-color: rgb(92,51,172); }

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

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

 span { border-color: rgb(92,51,172); }

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