Html Css Color HEX #785FAD Scampi

📋 copy color: '#785FAD'

red 120 ◦ green 95 ◦ blue 173

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

Shades of Scampi #785FAD

Tints of Scampi #785FAD

RGB

 RED value IS 120 (47.27% from 255) = 30.93%

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

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 30.93%
G = 24.48%
B = 44.59%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#785FAD (or 0x785FAD) is known color: Scampi. HEX triplet: 78, 5F and AD. RGB value is (120,95,173). Sum of RGB (Red+Green+Blue) = 120+95+173=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #785FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785FAD is #87A052. Grayscale: #6F6F6F. Windows color (decimal): -8888403 or 11362168. OLE color: 11362168.

HSL color Cylindrical-coordinate representation of color #785FAD: hue angle of 259.23º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #785FAD is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 95 173 -
CMYK 0.31 0.45 0 0.32
HSL 259.23º 0.32% 0.53% -
HSV(B) 259.23º 0.45% 0.68% -
XYZ 19.38 15.19 41.45 -
YUV 111.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 120 95 173 0.31 0.45 0 0.32 259.23 0.32 0.53
Hex 78 5F AD 1F 2D 0 20 103 20 35
Octal 170 137 255 37 55 0 40 403 40 65
Binary 1111000 1011111 10101101 11111 101101 0 100000 100000011 100000 110101

Color Harmonies of #785FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FAD

Black with #785FAD

Text Example


Text Example

White with #785FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785FAD; }

 p { color: rgb(120,95,173); }

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

background-color css

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

 a { background-color: rgb(120,95,173); }

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

border-color css

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

 span { border-color: rgb(120,95,173); }

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