Html Css Color HEX #7D204C Flirt

📋 copy color: '#7D204C'

red 125 ◦ green 32 ◦ blue 76

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

Shades of Flirt #7D204C

Tints of Flirt #7D204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 53.65%
G = 13.73%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D204C (or 0x7D204C) is known color: Flirt. HEX triplet: 7D, 20 and 4C. RGB value is (125,32,76). Sum of RGB (Red+Green+Blue) = 125+32+76=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D204C is #82DFB3. Grayscale: #404040. Windows color (decimal): -8576948 or 4989053. OLE color: 4989053.

HSL color Cylindrical-coordinate representation of color #7D204C: hue angle of 331.61º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D204C is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 32 76 -
CMYK 0 0.74 0.39 0.51
HSL 331.61º 0.59% 0.31% -
HSV(B) 331.61º 0.74% 0.49% -
XYZ 10.28 5.91 7.44 -
YUV 64.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 125 32 76 0 0.74 0.39 0.51 331.61 0.59 0.31
Hex 7D 20 4C 0 4A 27 33 14C 3B 1F
Octal 175 40 114 0 112 47 63 514 73 37
Binary 1111101 100000 1001100 0 1001010 100111 110011 101001100 111011 11111

Color Harmonies of #7D204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D204C

Black with #7D204C

Text Example


Text Example

White with #7D204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,32,76); }

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

background-color css

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

 a { background-color: rgb(125,32,76); }

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

border-color css

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

 span { border-color: rgb(125,32,76); }

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