Html Css Color HEX #785FAA Scampi

📋 copy color: '#785FAA'

red 120 ◦ green 95 ◦ blue 170

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

Shades of Scampi #785FAA

Tints of Scampi #785FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 31.17%
G = 24.68%
B = 44.16%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#785FAA (or 0x785FAA) is known color: Scampi. HEX triplet: 78, 5F and AA. RGB value is (120,95,170). Sum of RGB (Red+Green+Blue) = 120+95+170=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #785FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785FAA is #87A055. Grayscale: #6E6E6E. Windows color (decimal): -8888406 or 11165560. OLE color: 11165560.

HSL color Cylindrical-coordinate representation of color #785FAA: hue angle of 260º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785FAA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 95 170 -
CMYK 0.29 0.44 0 0.33
HSL 260º 0.31% 0.52% -
HSV(B) 260º 0.44% 0.67% -
XYZ 19.09 15.08 39.93 -
YUV 111.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 120 95 170 0.29 0.44 0 0.33 260 0.31 0.52
Hex 78 5F AA 1D 2C 0 21 104 1F 34
Octal 170 137 252 35 54 0 41 404 37 64
Binary 1111000 1011111 10101010 11101 101100 0 100001 100000100 11111 110100

Color Harmonies of #785FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FAA

Black with #785FAA

Text Example


Text Example

White with #785FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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