#7A335B

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

Shades of Flirt #7A335B

Tints of Flirt #7A335B

Color information

#7A335B (or 0x7A335B) is unknown color: approx Flirt. HEX triplet: 7A, 33 and 5B. RGB value is (122,51,91). Sum of RGB (Red+Green+Blue) = 122+51+91=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A335B is #85CCA4. Grayscale: #4C4C4C. Windows color (decimal): -8768677 or 5976954. OLE color: 5976954.

HSL color Cylindrical-coordinate representation of color #7A335B: hue angle of 326.2º 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 #7A335B is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB1225191-
CMYK00.580.250.52
HSL326.2º41.04%33.92%-
HSV(B)326.2º58.2%47.84%-
XYZ11.17.2610.71-
YUV76.79136.02160.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.21%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=46.21%
G=19.32%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122519100.580.250.52326.241.0433.92
Hex7A335B03A19341462922
Octal1726313307231645065142
Binary11110101100111011011011101011001110100101000110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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