#70438b

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

Shades of Affair #70438B

Tints of Affair #70438B

Color information

#70438B (or 0x70438B) is unknown color: approx Affair. HEX triplet: 70, 43 and 8B. RGB value is (112,67,139). Sum of RGB (Red+Green+Blue) = 112+67+139=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #70438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70438B is #8FBC74. Grayscale: #585858. Windows color (decimal): -9419893 or 9126768. OLE color: 9126768.

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

Color convert

RGB11267139-
CMYK0.190.5200.45
HSL277.5º34.95%40.39%-
HSV(B)277.5º51.8%54.51%-
XYZ13.359.3225.52-
YUV88.66156.41144.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=35.22%
G=21.07%
B=43.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112671390.190.5200.45277.534.9540.39
Hex70438B133402D1162328
Octal16010321323640554264350
Binary1110000100001110001011100111101000101101100010110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70438b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70438b; }

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

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

<style>
 a { background-color: #70438b; }

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

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

<style>
 span { border-color: #70438b; }

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

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