Html Css Color HEX #795893 Affair

📋 copy color: '#795893'

red 121 ◦ green 88 ◦ blue 147

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

Shades of Affair #795893

Tints of Affair #795893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.72%

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

R = 33.99%
G = 24.72%
B = 41.29%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#795893 (or 0x795893) is known color: Affair. HEX triplet: 79, 58 and 93. RGB value is (121,88,147). Sum of RGB (Red+Green+Blue) = 121+88+147=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #795893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795893 is #86A76C. Grayscale: #686868. Windows color (decimal): -8824685 or 9656441. OLE color: 9656441.

HSL color Cylindrical-coordinate representation of color #795893: hue angle of 273.56º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795893 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 88 147 -
CMYK 0.18 0.40 0 0.42
HSL 273.56º 0.25% 0.46% -
HSV(B) 273.56º 0.4% 0.58% -
XYZ 16.64 13.15 29.27 -
YUV 104.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 121 88 147 0.18 0.40 0 0.42 273.56 0.25 0.46
Hex 79 58 93 12 28 0 2A 112 19 2E
Octal 171 130 223 22 50 0 52 422 31 56
Binary 1111001 1011000 10010011 10010 101000 0 101010 100010010 11001 101110

Color Harmonies of #795893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795893

Black with #795893

Text Example


Text Example

White with #795893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795893; }

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

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

background-color css

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

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

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

border-color css

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

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

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