Html Css Color HEX #704182 Affair

📋 copy color: '#704182'

red 112 ◦ green 65 ◦ blue 130

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

Shades of Affair #704182

Tints of Affair #704182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 36.48%
G = 21.17%
B = 42.35%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#704182 (or 0x704182) is known color: Affair. HEX triplet: 70, 41 and 82. RGB value is (112,65,130). Sum of RGB (Red+Green+Blue) = 112+65+130=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #704182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704182 is #8FBE7D. Grayscale: #565656. Windows color (decimal): -9420414 or 8536432. OLE color: 8536432.

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

Color convert

RGB 112 65 130 -
CMYK 0.14 0.50 0 0.49
HSL 283.38º 0.33% 0.38% -
HSV(B) 283.38º 0.5% 0.51% -
XYZ 12.6 8.84 22.16 -
YUV 86.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 112 65 130 0.14 0.50 0 0.49 283.38 0.33 0.38
Hex 70 41 82 E 32 0 31 11B 21 26
Octal 160 101 202 16 62 0 61 433 41 46
Binary 1110000 1000001 10000010 1110 110010 0 110001 100011011 100001 100110

Color Harmonies of #704182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704182

Black with #704182

Text Example


Text Example

White with #704182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704182; }

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

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

background-color css

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

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

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

border-color css

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

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

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