Html Css Color HEX #703E88 Affair

📋 copy color: '#703E88'

red 112 ◦ green 62 ◦ blue 136

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

Shades of Affair #703E88

Tints of Affair #703E88

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20%

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 36.13%
G = 20%
B = 43.87%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#703E88 (or 0x703E88) is known color: Affair. HEX triplet: 70, 3E and 88. RGB value is (112,62,136). Sum of RGB (Red+Green+Blue) = 112+62+136=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #703E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703E88 is #8FC177. Grayscale: #555555. Windows color (decimal): -9421176 or 8928880. OLE color: 8928880.

HSL color Cylindrical-coordinate representation of color #703E88: hue angle of 280.54º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703E88 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 62 136 -
CMYK 0.18 0.54 0 0.47
HSL 280.54º 0.37% 0.39% -
HSV(B) 280.54º 0.54% 0.53% -
XYZ 12.85 8.67 24.29 -
YUV 85.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 112 62 136 0.18 0.54 0 0.47 280.54 0.37 0.39
Hex 70 3E 88 12 36 0 2F 119 25 27
Octal 160 76 210 22 66 0 57 431 45 47
Binary 1110000 111110 10001000 10010 110110 0 101111 100011001 100101 100111

Color Harmonies of #703E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E88

Black with #703E88

Text Example


Text Example

White with #703E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703E88; }

 p { color: rgb(112,62,136); }

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

background-color css

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

 a { background-color: rgb(112,62,136); }

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

border-color css

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

 span { border-color: rgb(112,62,136); }

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