#7A335A

Color #7A335A Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #7A335A

Tints of Flirt #7A335A

Color information

#7A335A (or 0x7A335A) is unknown color: approx Flirt. HEX triplet: 7A, 33 and 5A. RGB value is (122,51,90). Sum of RGB (Red+Green+Blue) = 122+51+90=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A335A is #85CCA5. Grayscale: #4C4C4C. Windows color (decimal): -8768678 or 5911418. OLE color: 5911418.

HSL color Cylindrical-coordinate representation of color #7A335A: hue angle of 327.04º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A335A is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1225190-
CMYK00.580.260.52
HSL327.04º41.04%33.92%-
HSV(B)327.04º58.2%47.84%-
XYZ11.067.2410.49-
YUV76.68135.52160.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=46.39%
G=19.39%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122519000.580.260.52327.0441.0433.92
Hex7A335A03A1A341472922
Octal1726313207232645075142
Binary11110101100111011010011101011010110100101000111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A335A; }

 p { color: rgb(122,51,90); }

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

<style>
 a { background-color: #7A335A; }

 a { background-color: rgb(122,51,90); }

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

<style>
 span { border-color: #7A335A; }

 span { border-color: rgb(122,51,90); }

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