#773ABB

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

Shades of Purple Heart #773ABB

Tints of Purple Heart #773ABB

Color information

#773ABB (or 0x773ABB) is unknown color: approx Purple Heart. HEX triplet: 77, 3A and BB. RGB value is (119,58,187). Sum of RGB (Red+Green+Blue) = 119+58+187=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #773ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ABB is #88C544. Grayscale: #5A5A5A. Windows color (decimal): -8963397 or 12270199. OLE color: 12270199.

HSL color Cylindrical-coordinate representation of color #773ABB: hue angle of 268.37º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773ABB is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11958187-
CMYK0.360.6900.27
HSL268.37º52.65%48.04%-
HSV(B)268.37º68.98%73.33%-
XYZ18.0910.5448.09-
YUV90.94182.21148.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=32.69%
G=15.93%
B=51.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119581870.360.6900.27268.3752.6548.04
Hex773ABB244501B10c3530
Octal16772273441050334146560
Binary1110111111010101110111001001000101011011100001100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773ABB; }

 p { color: rgb(119,58,187); }

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

<style>
 a { background-color: #773ABB; }

 a { background-color: rgb(119,58,187); }

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

<style>
 span { border-color: #773ABB; }

 span { border-color: rgb(119,58,187); }

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