#70294E

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

Shades of Flirt #70294E

Tints of Flirt #70294E

Color information

#70294E (or 0x70294E) is unknown color: approx Flirt. HEX triplet: 70, 29 and 4E. RGB value is (112,41,78). Sum of RGB (Red+Green+Blue) = 112+41+78=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70294E is #8FD6B1. Grayscale: #424242. Windows color (decimal): -9426610 or 5122416. OLE color: 5122416.

HSL color Cylindrical-coordinate representation of color #70294E: hue angle of 328.73º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70294E is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1124178-
CMYK00.630.300.56
HSL328.73º46.41%30%-
HSV(B)328.73º63.39%43.92%-
XYZ8.855.587.82-
YUV66.45134.52160.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=48.48%
G=17.75%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112417800.630.300.56328.7346.4130
Hex70294E03F1E381492e1e
Octal1605111607736705115636
Binary1110000101001100111001111111111011100010100100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70294E; }

 p { color: rgb(112,41,78); }

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

<style>
 a { background-color: #70294E; }

 a { background-color: rgb(112,41,78); }

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

<style>
 span { border-color: #70294E; }

 span { border-color: rgb(112,41,78); }

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