Html Css Color HEX #705883 Affair

📋 copy color: '#705883'

red 112 ◦ green 88 ◦ blue 131

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

Shades of Affair #705883

Tints of Affair #705883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

 BLUE value IS 131 (51.56% from 255) = 39.58%

R = 33.84%
G = 26.59%
B = 39.58%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#705883 (or 0x705883) is known color: Affair. HEX triplet: 70, 58 and 83. RGB value is (112,88,131). Sum of RGB (Red+Green+Blue) = 112+88+131=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 131 - color contains mainly: blue. Hex color #705883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705883 is #8FA77C. Grayscale: #636363. Windows color (decimal): -9414525 or 8607856. OLE color: 8607856.

HSL color Cylindrical-coordinate representation of color #705883: hue angle of 273.49º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #705883 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 88 131 -
CMYK 0.15 0.33 0 0.49
HSL 273.49º 0.2% 0.43% -
HSV(B) 273.49º 0.33% 0.51% -
XYZ 14.27 12.06 23.05 -
YUV 100.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 112 88 131 0.15 0.33 0 0.49 273.49 0.2 0.43
Hex 70 58 83 F 21 0 31 111 14 2B
Octal 160 130 203 17 41 0 61 421 24 53
Binary 1110000 1011000 10000011 1111 100001 0 110001 100010001 10100 101011

Color Harmonies of #705883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705883

Black with #705883

Text Example


Text Example

White with #705883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705883; }

 p { color: rgb(112,88,131); }

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

background-color css

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

 a { background-color: rgb(112,88,131); }

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

border-color css

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

 span { border-color: rgb(112,88,131); }

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