#773ABE

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

Shades of Purple Heart #773ABE

Tints of Purple Heart #773ABE

Color information

#773ABE (or 0x773ABE) is unknown color: approx Purple Heart. HEX triplet: 77, 3A and BE. RGB value is (119,58,190). Sum of RGB (Red+Green+Blue) = 119+58+190=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #773ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ABE is #88C541. Grayscale: #5A5A5A. Windows color (decimal): -8963394 or 12466807. OLE color: 12466807.

HSL color Cylindrical-coordinate representation of color #773ABE: hue angle of 267.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773ABE is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11958190-
CMYK0.370.6900.25
HSL267.73º53.23%48.63%-
HSV(B)267.73º69.47%74.51%-
XYZ18.4210.6749.8-
YUV91.29183.71147.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 58 (23.05% from 255) = 15.80%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=32.43%
G=15.80%
B=51.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119581900.370.6900.25267.7353.2348.63
Hex773ABE254501910c3531
Octal16772276451050314146561
Binary1110111111010101111101001011000101011001100001100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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