Html Css Color HEX #7D1E55 Flirt

📋 copy color: '#7D1E55'

red 125 ◦ green 30 ◦ blue 85

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

Shades of Flirt #7D1E55

Tints of Flirt #7D1E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

 BLUE value IS 85 (33.59% from 255) = 35.42%

R = 52.08%
G = 12.5%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#7D1E55 (or 0x7D1E55) is known color: Flirt. HEX triplet: 7D, 1E and 55. RGB value is (125,30,85). Sum of RGB (Red+Green+Blue) = 125+30+85=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1E55 is #82E1AA. Grayscale: #404040. Windows color (decimal): -8577451 or 5578365. OLE color: 5578365.

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

Color convert

RGB 125 30 85 -
CMYK 0 0.76 0.32 0.51
HSL 325.26º 0.61% 0.3% -
HSV(B) 325.26º 0.76% 0.49% -
XYZ 10.56 5.94 9.19 -
YUV 64.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 125 30 85 0 0.76 0.32 0.51 325.26 0.61 0.3
Hex 7D 1E 55 0 4C 20 33 145 3D 1E
Octal 175 36 125 0 114 40 63 505 75 36
Binary 1111101 11110 1010101 0 1001100 100000 110011 101000101 111101 11110

Color Harmonies of #7D1E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1E55

Black with #7D1E55

Text Example


Text Example

White with #7D1E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,30,85); }

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

background-color css

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

 a { background-color: rgb(125,30,85); }

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

border-color css

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

 span { border-color: rgb(125,30,85); }

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