#70458C

Color #70458C Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #70458C

Tints of Affair #70458C

Color information

#70458C (or 0x70458C) is unknown color: approx Affair. HEX triplet: 70, 45 and 8C. RGB value is (112,69,140). Sum of RGB (Red+Green+Blue) = 112+69+140=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #70458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70458C is #8FBA73. Grayscale: #595959. Windows color (decimal): -9419380 or 9192816. OLE color: 9192816.

HSL color Cylindrical-coordinate representation of color #70458C: hue angle of 276.34º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70458C is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11269140-
CMYK0.200.5100.45
HSL276.34º33.97%40.98%-
HSV(B)276.34º50.71%54.9%-
XYZ13.549.5925.95-
YUV89.95156.25143.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=34.89%
G=21.50%
B=43.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112691400.200.5100.45276.3433.9740.98
Hex70458C143302D1142229
Octal16010521424630554244251
Binary1110000100010110001100101001100110101101100010100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70458C; }

 p { color: rgb(112,69,140); }

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

<style>
 a { background-color: #70458C; }

 a { background-color: rgb(112,69,140); }

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

<style>
 span { border-color: #70458C; }

 span { border-color: rgb(112,69,140); }

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