#773EBE

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

Shades of Purple Heart #773EBE

Tints of Purple Heart #773EBE

Color information

#773EBE (or 0x773EBE) is unknown color: approx Purple Heart. HEX triplet: 77, 3E and BE. RGB value is (119,62,190). Sum of RGB (Red+Green+Blue) = 119+62+190=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #773EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EBE is #88C141. Grayscale: #5D5D5D. Windows color (decimal): -8962370 or 12467831. OLE color: 12467831.

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

Color convert

RGB11962190-
CMYK0.370.6700.25
HSL266.72º50.79%49.41%-
HSV(B)266.72º67.37%74.51%-
XYZ18.6211.0849.87-
YUV93.64182.38146.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 62 (24.61% from 255) = 16.71%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=32.08%
G=16.71%
B=51.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119621900.370.6700.25266.7250.7949.41
Hex773EBE254301910b3331
Octal16776276451030314136361
Binary1110111111110101111101001011000011011001100001011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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