#722A77

Color #722A77 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #722A77

Tints of Seance #722A77

Color information

#722A77 (or 0x722A77) is unknown color: approx Seance. HEX triplet: 72, 2A and 77. RGB value is (114,42,119). Sum of RGB (Red+Green+Blue) = 114+42+119=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #722A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722A77 is #8DD588. Grayscale: #484848. Windows color (decimal): -9295241 or 7809650. OLE color: 7809650.

HSL color Cylindrical-coordinate representation of color #722A77: hue angle of 296.1º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #722A77 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11442119-
CMYK0.040.6500.53
HSL296.1º47.83%31.57%-
HSV(B)296.1º64.71%46.67%-
XYZ11.16.5718.14-
YUV72.31154.35157.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=41.45%
G=15.27%
B=43.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114421190.040.6500.53296.147.8331.57
Hex722A774410351283020
Octal1625216741010654506040
Binary1110010101010111011110010000010110101100101000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722A77; }

 p { color: rgb(114,42,119); }

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

<style>
 a { background-color: #722A77; }

 a { background-color: rgb(114,42,119); }

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

<style>
 span { border-color: #722A77; }

 span { border-color: rgb(114,42,119); }

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