#773EBA

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

Shades of Purple Heart #773EBA

Tints of Purple Heart #773EBA

Color information

#773EBA (or 0x773EBA) is unknown color: approx Purple Heart. HEX triplet: 77, 3E and BA. RGB value is (119,62,186). Sum of RGB (Red+Green+Blue) = 119+62+186=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #773EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EBA is #88C145. Grayscale: #5C5C5C. Windows color (decimal): -8962374 or 12205687. OLE color: 12205687.

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

Color convert

RGB11962186-
CMYK0.360.6700.27
HSL267.58º50%48.63%-
HSV(B)267.58º66.67%72.94%-
XYZ18.1910.9147.6-
YUV93.18180.38146.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 62 (24.61% from 255) = 16.89%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=32.43%
G=16.89%
B=50.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119621860.360.6700.27267.585048.63
Hex773EBA244301B10c3231
Octal16776272441030334146261
Binary1110111111110101110101001001000011011011100001100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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