#7E1B5A

Color #7E1B5A Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #7E1B5A

Tints of Flirt #7E1B5A

Color information

#7E1B5A (or 0x7E1B5A) is unknown color: approx Flirt. HEX triplet: 7E, 1B and 5A. RGB value is (126,27,90). Sum of RGB (Red+Green+Blue) = 126+27+90=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E1B5A is #81E4A5. Grayscale: #3F3F3F. Windows color (decimal): -8512678 or 5905278. OLE color: 5905278.

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

Color convert

RGB1262790-
CMYK00.790.290.51
HSL321.82º64.71%30%-
HSV(B)321.82º78.57%49.41%-
XYZ10.845.9610.25-
YUV63.78142.8172.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.85%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=51.85%
G=11.11%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126279000.790.290.51321.8264.7130
Hex7E1B5A04F1D33142411e
Octal176331320117356350210136
Binary11111101101110110100100111111101110011101000010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,27,90); }

 H1.HeaderClassName
 {
   color: #7E1B5A;
 }
 .AnyTagClassName
 {
   color: #7E1B5A;
 }
</style>
background-color css

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

 a { background-color: rgb(126,27,90); }

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

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

 span { border-color: rgb(126,27,90); }

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