#7722C4

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

Shades of Purple Heart #7722C4

Tints of Purple Heart #7722C4

Color information

#7722C4 (or 0x7722C4) is unknown color: approx Purple Heart. HEX triplet: 77, 22 and C4. RGB value is (119,34,196). Sum of RGB (Red+Green+Blue) = 119+34+196=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #7722C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7722C4 is #88DD3B. Grayscale: #4D4D4D. Windows color (decimal): -8969532 or 12853879. OLE color: 12853879.

HSL color Cylindrical-coordinate representation of color #7722C4: hue angle of 271.48º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7722C4 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11934196-
CMYK0.390.8300.23
HSL271.48º70.43%45.1%-
HSV(B)271.48º82.65%76.86%-
XYZ18.149.0553.02-
YUV77.88194.66157.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 34 (13.67% from 255) = 9.74%
BLUE value IS 196 (76.95% from 255) = 56.16%
R=34.10%
G=9.74%
B=56.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal119341960.390.8300.23271.4870.4345.1
Hex7722C4275301710f462d
Octal167423044712302741710655
Binary11101111000101100010010011110100110101111000011111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7722C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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