#7722CC

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

Shades of Purple Heart #7722CC

Tints of Purple Heart #7722CC

Color information

#7722CC (or 0x7722CC) is unknown color: approx Purple Heart. HEX triplet: 77, 22 and CC. RGB value is (119,34,204). Sum of RGB (Red+Green+Blue) = 119+34+204=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #7722CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7722CC is #88DD33. Grayscale: #4E4E4E. Windows color (decimal): -8969524 or 13378167. OLE color: 13378167.

HSL color Cylindrical-coordinate representation of color #7722CC: hue angle of 270º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7722CC is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11934204-
CMYK0.420.8300.2
HSL270º71.43%46.67%-
HSV(B)270º83.33%80%-
XYZ19.089.4357.94-
YUV78.79198.66156.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 9.52%
BLUE value IS 204 (80.08% from 255) = 57.14%
R=33.33%
G=9.52%
B=57.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal119342040.420.8300.227071.4346.67
Hex7722CC2A5301410e472f
Octal167423145212302441610757
Binary11101111000101100110010101010100110101001000011101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7722CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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