Html Css Color HEX #795082 Affair

📋 copy color: '#795082'

red 121 ◦ green 80 ◦ blue 130

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

Shades of Affair #795082

Tints of Affair #795082

RGB

 RED value IS 121 (47.66% from 255) = 36.56%

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 36.56%
G = 24.17%
B = 39.27%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#795082 (or 0x795082) is known color: Affair. HEX triplet: 79, 50 and 82. RGB value is (121,80,130). Sum of RGB (Red+Green+Blue) = 121+80+130=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #795082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795082 is #86AF7D. Grayscale: #616161. Windows color (decimal): -8826750 or 8540281. OLE color: 8540281.

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

Color convert

RGB 121 80 130 -
CMYK 0.07 0.38 0 0.49
HSL 289.2º 0.24% 0.41% -
HSV(B) 289.2º 0.38% 0.51% -
XYZ 14.78 11.41 22.54 -
YUV 97.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 121 80 130 0.07 0.38 0 0.49 289.2 0.24 0.41
Hex 79 50 82 7 26 0 31 121 18 29
Octal 171 120 202 7 46 0 61 441 30 51
Binary 1111001 1010000 10000010 111 100110 0 110001 100100001 11000 101001

Color Harmonies of #795082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795082

Black with #795082

Text Example


Text Example

White with #795082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795082; }

 p { color: rgb(121,80,130); }

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

background-color css

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

 a { background-color: rgb(121,80,130); }

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

border-color css

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

 span { border-color: rgb(121,80,130); }

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