Html Css Color HEX #7E1957 Flirt

📋 copy color: '#7E1957'

red 126 ◦ green 25 ◦ blue 87

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

Shades of Flirt #7E1957

Tints of Flirt #7E1957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 52.94%
G = 10.5%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7E1957 (or 0x7E1957) is known color: Flirt. HEX triplet: 7E, 19 and 57. RGB value is (126,25,87). Sum of RGB (Red+Green+Blue) = 126+25+87=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1957 is #81E6A8. Grayscale: #3E3E3E. Windows color (decimal): -8513193 or 5708158. OLE color: 5708158.

HSL color Cylindrical-coordinate representation of color #7E1957: hue angle of 323.17º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E1957 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 25 87 -
CMYK 0 0.80 0.31 0.51
HSL 323.17º 0.67% 0.3% -
HSV(B) 323.17º 0.8% 0.49% -
XYZ 10.67 5.82 9.58 -
YUV 62.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 126 25 87 0 0.80 0.31 0.51 323.17 0.67 0.3
Hex 7E 19 57 0 50 1F 33 143 43 1E
Octal 176 31 127 0 120 37 63 503 103 36
Binary 1111110 11001 1010111 0 1010000 11111 110011 101000011 1000011 11110

Color Harmonies of #7E1957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1957

Black with #7E1957

Text Example


Text Example

White with #7E1957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,25,87); }

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

background-color css

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

 a { background-color: rgb(126,25,87); }

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

border-color css

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

 span { border-color: rgb(126,25,87); }

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