Html Css Color HEX #795D93 Affair

📋 copy color: '#795D93'

red 121 ◦ green 93 ◦ blue 147

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

Shades of Affair #795D93

Tints of Affair #795D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 33.52%
G = 25.76%
B = 40.72%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#795D93 (or 0x795D93) is known color: Affair. HEX triplet: 79, 5D and 93. RGB value is (121,93,147). Sum of RGB (Red+Green+Blue) = 121+93+147=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #795D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795D93 is #86A26C. Grayscale: #6B6B6B. Windows color (decimal): -8823405 or 9657721. OLE color: 9657721.

HSL color Cylindrical-coordinate representation of color #795D93: hue angle of 271.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #795D93 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 93 147 -
CMYK 0.18 0.37 0 0.42
HSL 271.11º 0.23% 0.47% -
HSV(B) 271.11º 0.37% 0.58% -
XYZ 17.07 14 29.41 -
YUV 107.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 121 93 147 0.18 0.37 0 0.42 271.11 0.23 0.47
Hex 79 5D 93 12 25 0 2A 10F 16 2F
Octal 171 135 223 22 45 0 52 417 26 57
Binary 1111001 1011101 10010011 10010 100101 0 101010 100001111 10110 101111

Color Harmonies of #795D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D93

Black with #795D93

Text Example


Text Example

White with #795D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795D93; }

 p { color: rgb(121,93,147); }

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

background-color css

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

 a { background-color: rgb(121,93,147); }

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

border-color css

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

 span { border-color: rgb(121,93,147); }

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