#70548B

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

Shades of Affair #70548B

Tints of Affair #70548B

Color information

#70548B (or 0x70548B) is unknown color: approx Affair. HEX triplet: 70, 54 and 8B. RGB value is (112,84,139). Sum of RGB (Red+Green+Blue) = 112+84+139=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #70548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70548B is #8FAB74. Grayscale: #626262. Windows color (decimal): -9415541 or 9131120. OLE color: 9131120.

HSL color Cylindrical-coordinate representation of color #70548B: hue angle of 270.55º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70548B is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11284139-
CMYK0.190.4000.45
HSL270.55º24.66%43.73%-
HSV(B)270.55º39.57%54.51%-
XYZ14.5111.6525.91-
YUV98.64150.78137.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=33.43%
G=25.07%
B=41.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112841390.190.4000.45270.5524.6643.73
Hex70548B132802D10f192c
Octal16012421323500554173154
Binary111000010101001000101110011101000010110110000111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70548B; }

 p { color: rgb(112,84,139); }

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

<style>
 a { background-color: #70548B; }

 a { background-color: rgb(112,84,139); }

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

<style>
 span { border-color: #70548B; }

 span { border-color: rgb(112,84,139); }

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