#773ABF

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

Shades of Purple Heart #773ABF

Tints of Purple Heart #773ABF

Color information

#773ABF (or 0x773ABF) is unknown color: approx Purple Heart. HEX triplet: 77, 3A and BF. RGB value is (119,58,191). Sum of RGB (Red+Green+Blue) = 119+58+191=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #773ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ABF is #88C540. Grayscale: #5A5A5A. Windows color (decimal): -8963393 or 12532343. OLE color: 12532343.

HSL color Cylindrical-coordinate representation of color #773ABF: hue angle of 267.52º degrees, saturation: 0.53, 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 #773ABF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11958191-
CMYK0.380.7000.25
HSL267.52º53.41%48.82%-
HSV(B)267.52º69.63%74.9%-
XYZ18.5210.7150.38-
YUV91.4184.21147.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.34%
GREEN value IS 58 (23.05% from 255) = 15.76%
BLUE value IS 191 (75% from 255) = 51.90%
R=32.34%
G=15.76%
B=51.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119581910.380.7000.25267.5253.4148.82
Hex773ABF264601910c3531
Octal16772277461060314146561
Binary1110111111010101111111001101000110011001100001100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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