Html Css Color HEX #7D2E61 Flirt

📋 copy color: '#7D2E61'

red 125 ◦ green 46 ◦ blue 97

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

Shades of Flirt #7D2E61

Tints of Flirt #7D2E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.16%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 46.64%
G = 17.16%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D2E61 (or 0x7D2E61) is known color: Flirt. HEX triplet: 7D, 2E and 61. RGB value is (125,46,97). Sum of RGB (Red+Green+Blue) = 125+46+97=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2E61 is #82D19E. Grayscale: #4B4B4B. Windows color (decimal): -8573343 or 6368893. OLE color: 6368893.

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

Color convert

RGB 125 46 97 -
CMYK 0 0.63 0.22 0.51
HSL 321.27º 0.46% 0.34% -
HSV(B) 321.27º 0.63% 0.49% -
XYZ 11.59 7.18 12.08 -
YUV 75.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 125 46 97 0 0.63 0.22 0.51 321.27 0.46 0.34
Hex 7D 2E 61 0 3F 16 33 141 2E 22
Octal 175 56 141 0 77 26 63 501 56 42
Binary 1111101 101110 1100001 0 111111 10110 110011 101000001 101110 100010

Color Harmonies of #7D2E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2E61

Black with #7D2E61

Text Example


Text Example

White with #7D2E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,46,97); }

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

background-color css

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

 a { background-color: rgb(125,46,97); }

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

border-color css

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

 span { border-color: rgb(125,46,97); }

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