#7722CA

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

Shades of Purple Heart #7722CA

Tints of Purple Heart #7722CA

Color information

#7722CA (or 0x7722CA) is unknown color: approx Purple Heart. HEX triplet: 77, 22 and CA. RGB value is (119,34,202). Sum of RGB (Red+Green+Blue) = 119+34+202=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #7722CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7722CA is #88DD35. Grayscale: #4D4D4D. Windows color (decimal): -8969526 or 13247095. OLE color: 13247095.

HSL color Cylindrical-coordinate representation of color #7722CA: hue angle of 270.36º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7722CA is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11934202-
CMYK0.410.8300.21
HSL270.36º71.19%46.27%-
HSV(B)270.36º83.17%79.22%-
XYZ18.849.3356.69-
YUV78.57197.66156.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 34 (13.67% from 255) = 9.58%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=33.52%
G=9.58%
B=56.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119342020.410.8300.21270.3671.1946.27
Hex7722CA295301510e472e
Octal167423125112302541610756
Binary11101111000101100101010100110100110101011000011101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7722CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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