#5A3DCC

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

Shades of Purple Heart #5A3DCC

Tints of Purple Heart #5A3DCC

Color information

#5A3DCC (or 0x5A3DCC) is unknown color: approx Purple Heart. HEX triplet: 5A, 3D and CC. RGB value is (90,61,204). Sum of RGB (Red+Green+Blue) = 90+61+204=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A3DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3DCC is #A5C233. Grayscale: #555555. Windows color (decimal): -10863156 or 13385050. OLE color: 13385050.

HSL color Cylindrical-coordinate representation of color #5A3DCC: hue angle of 252.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A3DCC is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9061204-
CMYK0.560.7000.2
HSL252.17º58.37%51.96%-
HSV(B)252.17º70.1%80%-
XYZ16.789.8758.15-
YUV85.97194.61130.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=25.35%
G=17.18%
B=57.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal90612040.560.7000.2252.1758.3751.96
Hex5A3DCC3846014fc3a34
Octal13275314701060243747264
Binary101101011110111001100111000100011001010011111100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,61,204); }

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

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

 a { background-color: rgb(90,61,204); }

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

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

 span { border-color: rgb(90,61,204); }

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