#7A335E

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

Shades of Flirt #7A335E

Tints of Flirt #7A335E

Color information

#7A335E (or 0x7A335E) is unknown color: approx Flirt. HEX triplet: 7A, 33 and 5E. RGB value is (122,51,94). Sum of RGB (Red+Green+Blue) = 122+51+94=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A335E is #85CCA1. Grayscale: #4D4D4D. Windows color (decimal): -8768674 or 6173562. OLE color: 6173562.

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

Color convert

RGB1225194-
CMYK00.580.230.52
HSL323.66º41.04%33.92%-
HSV(B)323.66º58.2%47.84%-
XYZ11.237.3111.41-
YUV77.13137.52160-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.69%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=45.69%
G=19.10%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122519400.580.230.52323.6641.0433.92
Hex7A335E03A17341442922
Octal1726313607227645045142
Binary11110101100111011110011101010111110100101000100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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