#5A3CC1

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

Shades of Purple Heart #5A3CC1

Tints of Purple Heart #5A3CC1

Color information

#5A3CC1 (or 0x5A3CC1) is unknown color: approx Purple Heart. HEX triplet: 5A, 3C and C1. RGB value is (90,60,193). Sum of RGB (Red+Green+Blue) = 90+60+193=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 193 (75.78% from 255 or 56.27% from 343); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A3CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3CC1 is #A5C33E. Grayscale: #535353. Windows color (decimal): -10863423 or 12663898. OLE color: 12663898.

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

Color convert

RGB9060193-
CMYK0.530.6900.24
HSL253.53º52.57%49.61%-
HSV(B)253.53º68.91%75.69%-
XYZ15.469.2651.42-
YUV84.13189.44132.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.24%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 193 (75.78% from 255) = 56.27%
R=26.24%
G=17.49%
B=56.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90601930.530.6900.24253.5352.5749.61
Hex5A3CC13545018fe3532
Octal13274301651050303766562
Binary101101011110011000001110101100010101100011111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,60,193); }

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

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

 a { background-color: rgb(90,60,193); }

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

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

 span { border-color: rgb(90,60,193); }

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