#7D214E

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

Shades of Flirt #7D214E

Tints of Flirt #7D214E

Color information

#7D214E (or 0x7D214E) is unknown color: approx Flirt. HEX triplet: 7D, 21 and 4E. RGB value is (125,33,78). Sum of RGB (Red+Green+Blue) = 125+33+78=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D214E is #82DEB1. Grayscale: #414141. Windows color (decimal): -8576690 or 5120381. OLE color: 5120381.

HSL color Cylindrical-coordinate representation of color #7D214E: hue angle of 330.65º degrees, saturation: 0.58, 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 #7D214E is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1253378-
CMYK00.740.380.51
HSL330.65º58.23%30.98%-
HSV(B)330.65º73.6%49.02%-
XYZ10.3867.82-
YUV65.64134.98170.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.97%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=52.97%
G=13.98%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125337800.740.380.51330.6558.2330.98
Hex7D214E04A263314b3a1f
Octal17541116011246635137237
Binary111110110000110011100100101010011011001110100101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,33,78); }

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

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

 a { background-color: rgb(125,33,78); }

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

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

 span { border-color: rgb(125,33,78); }

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