Html Css Color HEX #7A325D Flirt

📋 copy color: '#7A325D'

red 122 ◦ green 50 ◦ blue 93

#7A325D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #7A325D

Tints of Flirt #7A325D

RGB

 RED value IS 122 (48.05% from 255) = 46.04%

 GREEN value IS 50 (19.92% from 255) = 18.87%

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 46.04%
G = 18.87%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7A325D (or 0x7A325D) is known color: Flirt. HEX triplet: 7A, 32 and 5D. RGB value is (122,50,93). Sum of RGB (Red+Green+Blue) = 122+50+93=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A325D is #85CDA2. Grayscale: #4C4C4C. Windows color (decimal): -8768931 or 6107770. OLE color: 6107770.

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

Color convert

RGB 122 50 93 -
CMYK 0 0.59 0.24 0.52
HSL 324.17º 0.42% 0.34% -
HSV(B) 324.17º 0.59% 0.48% -
XYZ 11.14 7.21 11.16 -
YUV 76.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 122 50 93 0 0.59 0.24 0.52 324.17 0.42 0.34
Hex 7A 32 5D 0 3B 18 34 144 2A 22
Octal 172 62 135 0 73 30 64 504 52 42
Binary 1111010 110010 1011101 0 111011 11000 110100 101000100 101010 100010

Color Harmonies of #7A325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A325D

Black with #7A325D

Text Example


Text Example

White with #7A325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,50,93); }

 H1.HeaderClassName
 {
   color: #7A325D;
 }
 .AnyTagClassName
 {
   color: #7A325D;
 }
</style>

background-color css

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

 a { background-color: rgb(122,50,93); }

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

border-color css

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

 span { border-color: rgb(122,50,93); }

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