#5C3AC0

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

Shades of Purple Heart #5C3AC0

Tints of Purple Heart #5C3AC0

Color information

#5C3AC0 (or 0x5C3AC0) is unknown color: approx Purple Heart. HEX triplet: 5C, 3A and C0. RGB value is (92,58,192). Sum of RGB (Red+Green+Blue) = 92+58+192=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #5C3AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3AC0 is #A3C53F. Grayscale: #525252. Windows color (decimal): -10732864 or 12597852. OLE color: 12597852.

HSL color Cylindrical-coordinate representation of color #5C3AC0: hue angle of 255.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C3AC0 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9258192-
CMYK0.520.7000.25
HSL255.22º53.6%49.02%-
HSV(B)255.22º69.79%75.29%-
XYZ15.449.1150.81-
YUV83.44189.26134.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.90%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 192 (75.39% from 255) = 56.14%
R=26.90%
G=16.96%
B=56.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92581920.520.7000.25255.2253.649.02
Hex5C3AC03446019ff3631
Octal13472300641060313776661
Binary101110011101011000000110100100011001100111111111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,58,192); }

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

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

 a { background-color: rgb(92,58,192); }

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

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

 span { border-color: rgb(92,58,192); }

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