Html Css Color HEX #7D315D Flirt

📋 copy color: '#7D315D'

red 125 ◦ green 49 ◦ blue 93

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

Shades of Flirt #7D315D

Tints of Flirt #7D315D

RGB

 RED value IS 125 (49.22% from 255) = 46.82%

 GREEN value IS 49 (19.53% from 255) = 18.35%

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

R = 46.82%
G = 18.35%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D315D (or 0x7D315D) is known color: Flirt. HEX triplet: 7D, 31 and 5D. RGB value is (125,49,93). Sum of RGB (Red+Green+Blue) = 125+49+93=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D315D is #82CEA2. Grayscale: #4C4C4C. Windows color (decimal): -8572579 or 6107517. OLE color: 6107517.

HSL color Cylindrical-coordinate representation of color #7D315D: hue angle of 325.26º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D315D is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 49 93 -
CMYK 0 0.61 0.26 0.51
HSL 325.26º 0.44% 0.34% -
HSV(B) 325.26º 0.61% 0.49% -
XYZ 11.53 7.35 11.17 -
YUV 76.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 125 49 93 0 0.61 0.26 0.51 325.26 0.44 0.34
Hex 7D 31 5D 0 3D 1A 33 145 2C 22
Octal 175 61 135 0 75 32 63 505 54 42
Binary 1111101 110001 1011101 0 111101 11010 110011 101000101 101100 100010

Color Harmonies of #7D315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D315D

Black with #7D315D

Text Example


Text Example

White with #7D315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,49,93); }

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

background-color css

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

 a { background-color: rgb(125,49,93); }

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

border-color css

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

 span { border-color: rgb(125,49,93); }

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