Html Css Color HEX #795FAC Scampi

📋 copy color: '#795FAC'

red 121 ◦ green 95 ◦ blue 172

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

Shades of Scampi #795FAC

Tints of Scampi #795FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 31.19%
G = 24.48%
B = 44.33%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#795FAC (or 0x795FAC) is known color: Scampi. HEX triplet: 79, 5F and AC. RGB value is (121,95,172). Sum of RGB (Red+Green+Blue) = 121+95+172=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #795FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795FAC is #86A053. Grayscale: #6F6F6F. Windows color (decimal): -8822868 or 11296633. OLE color: 11296633.

HSL color Cylindrical-coordinate representation of color #795FAC: hue angle of 260.26º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795FAC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 95 172 -
CMYK 0.30 0.45 0 0.33
HSL 260.26º 0.32% 0.52% -
HSV(B) 260.26º 0.45% 0.67% -
XYZ 19.42 15.23 40.95 -
YUV 111.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 121 95 172 0.30 0.45 0 0.33 260.26 0.32 0.52
Hex 79 5F AC 1E 2D 0 21 104 20 34
Octal 171 137 254 36 55 0 41 404 40 64
Binary 1111001 1011111 10101100 11110 101101 0 100001 100000100 100000 110100

Color Harmonies of #795FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FAC

Black with #795FAC

Text Example


Text Example

White with #795FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,95,172); }

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

background-color css

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

 a { background-color: rgb(121,95,172); }

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

border-color css

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

 span { border-color: rgb(121,95,172); }

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