Html Css Color HEX #704585 Affair

📋 copy color: '#704585'

red 112 ◦ green 69 ◦ blue 133

#704585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #704585

Tints of Affair #704585

RGB

 RED value IS 112 (44.14% from 255) = 35.67%

 GREEN value IS 69 (27.34% from 255) = 21.97%

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 35.67%
G = 21.97%
B = 42.36%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#704585 (or 0x704585) is known color: Affair. HEX triplet: 70, 45 and 85. RGB value is (112,69,133). Sum of RGB (Red+Green+Blue) = 112+69+133=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #704585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704585 is #8FBA7A. Grayscale: #585858. Windows color (decimal): -9419387 or 8734064. OLE color: 8734064.

HSL color Cylindrical-coordinate representation of color #704585: hue angle of 280.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #704585 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 69 133 -
CMYK 0.16 0.48 0 0.48
HSL 280.31º 0.32% 0.4% -
HSV(B) 280.31º 0.48% 0.52% -
XYZ 13.04 9.39 23.32 -
YUV 89.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 112 69 133 0.16 0.48 0 0.48 280.31 0.32 0.4
Hex 70 45 85 10 30 0 30 118 20 28
Octal 160 105 205 20 60 0 60 430 40 50
Binary 1110000 1000101 10000101 10000 110000 0 110000 100011000 100000 101000

Color Harmonies of #704585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704585

Black with #704585

Text Example


Text Example

White with #704585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704585; }

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

 H1.HeaderClassName
 {
   color: #704585;
 }
 .AnyTagClassName
 {
   color: #704585;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #704585;
 }
 .BgClassName
 {
   background-color: #704585;
 }
</style>

border-color css

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

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

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