Html Css Color HEX #704282 Affair

📋 copy color: '#704282'

red 112 ◦ green 66 ◦ blue 130

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

Shades of Affair #704282

Tints of Affair #704282

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 36.36%
G = 21.43%
B = 42.21%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#704282 (or 0x704282) is known color: Affair. HEX triplet: 70, 42 and 82. RGB value is (112,66,130). Sum of RGB (Red+Green+Blue) = 112+66+130=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #704282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704282 is #8FBD7D. Grayscale: #565656. Windows color (decimal): -9420158 or 8536688. OLE color: 8536688.

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

Color convert

RGB 112 66 130 -
CMYK 0.14 0.49 0 0.49
HSL 283.13º 0.33% 0.38% -
HSV(B) 283.13º 0.49% 0.51% -
XYZ 12.66 8.95 22.18 -
YUV 87.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 112 66 130 0.14 0.49 0 0.49 283.13 0.33 0.38
Hex 70 42 82 E 31 0 31 11B 21 26
Octal 160 102 202 16 61 0 61 433 41 46
Binary 1110000 1000010 10000010 1110 110001 0 110001 100011011 100001 100110

Color Harmonies of #704282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704282

Black with #704282

Text Example


Text Example

White with #704282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704282; }

 p { color: rgb(112,66,130); }

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

background-color css

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

 a { background-color: rgb(112,66,130); }

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

border-color css

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

 span { border-color: rgb(112,66,130); }

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