#773EBF

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

Shades of Purple Heart #773EBF

Tints of Purple Heart #773EBF

Color information

#773EBF (or 0x773EBF) is unknown color: approx Purple Heart. HEX triplet: 77, 3E and BF. RGB value is (119,62,191). Sum of RGB (Red+Green+Blue) = 119+62+191=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #773EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EBF is #88C140. Grayscale: #5D5D5D. Windows color (decimal): -8962369 or 12533367. OLE color: 12533367.

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

Color convert

RGB11962191-
CMYK0.380.6800.25
HSL266.51º50.99%49.61%-
HSV(B)266.51º67.54%74.9%-
XYZ18.7311.1350.45-
YUV93.75182.88146.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 62 (24.61% from 255) = 16.67%
BLUE value IS 191 (75% from 255) = 51.34%
R=31.99%
G=16.67%
B=51.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119621910.380.6800.25266.5150.9949.61
Hex773EBF264401910b3332
Octal16776277461040314136362
Binary1110111111110101111111001101000100011001100001011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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