#7722B4

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

Shades of Purple Heart #7722B4

Tints of Purple Heart #7722B4

Color information

#7722B4 (or 0x7722B4) is unknown color: approx Purple Heart. HEX triplet: 77, 22 and B4. RGB value is (119,34,180). Sum of RGB (Red+Green+Blue) = 119+34+180=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #7722B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7722B4 is #88DD4B. Grayscale: #4B4B4B. Windows color (decimal): -8969548 or 11805303. OLE color: 11805303.

HSL color Cylindrical-coordinate representation of color #7722B4: hue angle of 274.93º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7722B4 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11934180-
CMYK0.340.8100.29
HSL274.93º68.22%41.96%-
HSV(B)274.93º81.11%70.59%-
XYZ16.428.3643.93-
YUV76.06186.66158.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 34 (13.67% from 255) = 10.21%
BLUE value IS 180 (70.70% from 255) = 54.05%
R=35.74%
G=10.21%
B=54.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119341800.340.8100.29274.9368.2241.96
Hex7722B4225101D113442a
Octal167422644212103542310452
Binary11101111000101011010010001010100010111011000100111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7722B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7722B4; }

 p { color: rgb(119,34,180); }

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

<style>
 a { background-color: #7722B4; }

 a { background-color: rgb(119,34,180); }

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

<style>
 span { border-color: #7722B4; }

 span { border-color: rgb(119,34,180); }

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