Html Css Color HEX #703D8D Affair

📋 copy color: '#703D8D'

red 112 ◦ green 61 ◦ blue 141

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

Shades of Affair #703D8D

Tints of Affair #703D8D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

 BLUE value IS 141 (55.47% from 255) = 44.9%

R = 35.67%
G = 19.43%
B = 44.9%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#703D8D (or 0x703D8D) is known color: Affair. HEX triplet: 70, 3D and 8D. RGB value is (112,61,141). Sum of RGB (Red+Green+Blue) = 112+61+141=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #703D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703D8D is #8FC272. Grayscale: #555555. Windows color (decimal): -9421427 or 9256304. OLE color: 9256304.

HSL color Cylindrical-coordinate representation of color #703D8D: hue angle of 278.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703D8D is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 61 141 -
CMYK 0.21 0.57 0 0.45
HSL 278.25º 0.4% 0.4% -
HSV(B) 278.25º 0.57% 0.55% -
XYZ 13.16 8.71 26.19 -
YUV 85.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 112 61 141 0.21 0.57 0 0.45 278.25 0.4 0.4
Hex 70 3D 8D 15 39 0 2D 116 28 28
Octal 160 75 215 25 71 0 55 426 50 50
Binary 1110000 111101 10001101 10101 111001 0 101101 100010110 101000 101000

Color Harmonies of #703D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D8D

Black with #703D8D

Text Example


Text Example

White with #703D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,61,141); }

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

background-color css

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

 a { background-color: rgb(112,61,141); }

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

border-color css

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

 span { border-color: rgb(112,61,141); }

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