#7A315A

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

Shades of Flirt #7A315A

Tints of Flirt #7A315A

Color information

#7A315A (or 0x7A315A) is unknown color: approx Flirt. HEX triplet: 7A, 31 and 5A. RGB value is (122,49,90). Sum of RGB (Red+Green+Blue) = 122+49+90=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 122 - color contains mainly: red. Hex color #7A315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A315A is #85CEA5. Grayscale: #4B4B4B. Windows color (decimal): -8769190 or 5910906. OLE color: 5910906.

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

Color convert

RGB1224990-
CMYK00.600.260.52
HSL326.3º42.69%33.53%-
HSV(B)326.3º59.84%47.84%-
XYZ10.977.0710.46-
YUV75.5136.18161.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.74%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=46.74%
G=18.77%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122499000.600.260.52326.342.6933.53
Hex7A315A03C1A341462b22
Octal1726113207432645065342
Binary11110101100011011010011110011010110100101000110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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