#5C2AC3

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

Shades of Purple Heart #5C2AC3

Tints of Purple Heart #5C2AC3

Color information

#5C2AC3 (or 0x5C2AC3) is unknown color: approx Purple Heart. HEX triplet: 5C, 2A and C3. RGB value is (92,42,195). Sum of RGB (Red+Green+Blue) = 92+42+195=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 195 (76.56% from 255 or 59.27% from 329); Max value from RGB is 195 - color contains mainly: blue. Hex color #5C2AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2AC3 is #A3D53C. Grayscale: #494949. Windows color (decimal): -10736957 or 12790364. OLE color: 12790364.

HSL color Cylindrical-coordinate representation of color #5C2AC3: hue angle of 259.61º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C2AC3 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9242195-
CMYK0.530.7800.24
HSL259.61º64.56%46.47%-
HSV(B)259.61º78.46%76.47%-
XYZ15.097.8752.35-
YUV74.39196.06140.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 42 (16.80% from 255) = 12.77%
BLUE value IS 195 (76.56% from 255) = 59.27%
R=27.96%
G=12.77%
B=59.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal92421950.530.7800.24259.6164.5646.47
Hex5C2AC3354E018104412e
Octal134523036511603040410156
Binary10111001010101100001111010110011100110001000001001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,42,195); }

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

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

 a { background-color: rgb(92,42,195); }

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

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

 span { border-color: rgb(92,42,195); }

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