Html Css Color HEX #7E1D55 Flirt

📋 copy color: '#7E1D55'

red 126 ◦ green 29 ◦ blue 85

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

Shades of Flirt #7E1D55

Tints of Flirt #7E1D55

RGB

 RED value IS 126 (49.61% from 255) = 52.5%

 GREEN value IS 29 (11.72% from 255) = 12.08%

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

R = 52.5%
G = 12.08%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7E1D55 (or 0x7E1D55) is known color: Flirt. HEX triplet: 7E, 1D and 55. RGB value is (126,29,85). Sum of RGB (Red+Green+Blue) = 126+29+85=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E1D55 is #81E2AA. Grayscale: #404040. Windows color (decimal): -8512171 or 5578110. OLE color: 5578110.

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

Color convert

RGB 126 29 85 -
CMYK 0 0.77 0.33 0.51
HSL 325.36º 0.63% 0.3% -
HSV(B) 325.36º 0.77% 0.49% -
XYZ 10.68 5.97 9.18 -
YUV 64.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 126 29 85 0 0.77 0.33 0.51 325.36 0.63 0.3
Hex 7E 1D 55 0 4D 21 33 145 3F 1E
Octal 176 35 125 0 115 41 63 505 77 36
Binary 1111110 11101 1010101 0 1001101 100001 110011 101000101 111111 11110

Color Harmonies of #7E1D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1D55

Black with #7E1D55

Text Example


Text Example

White with #7E1D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,29,85); }

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

background-color css

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

 a { background-color: rgb(126,29,85); }

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

border-color css

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

 span { border-color: rgb(126,29,85); }

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