Html Css Color HEX #703F85 Affair

📋 copy color: '#703F85'

red 112 ◦ green 63 ◦ blue 133

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

Shades of Affair #703F85

Tints of Affair #703F85

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

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

R = 36.36%
G = 20.45%
B = 43.18%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#703F85 (or 0x703F85) is known color: Affair. HEX triplet: 70, 3F and 85. RGB value is (112,63,133). Sum of RGB (Red+Green+Blue) = 112+63+133=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #703F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703F85 is #8FC07A. Grayscale: #555555. Windows color (decimal): -9420923 or 8732528. OLE color: 8732528.

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

Color convert

RGB 112 63 133 -
CMYK 0.16 0.53 0 0.48
HSL 282º 0.36% 0.38% -
HSV(B) 282º 0.53% 0.52% -
XYZ 12.69 8.69 23.2 -
YUV 85.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 112 63 133 0.16 0.53 0 0.48 282 0.36 0.38
Hex 70 3F 85 10 35 0 30 11A 24 26
Octal 160 77 205 20 65 0 60 432 44 46
Binary 1110000 111111 10000101 10000 110101 0 110000 100011010 100100 100110

Color Harmonies of #703F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F85

Black with #703F85

Text Example


Text Example

White with #703F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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