Html Css Color HEX #736DAD Scampi

📋 copy color: '#736DAD'

red 115 ◦ green 109 ◦ blue 173

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

Shades of Scampi #736DAD

Tints of Scampi #736DAD

RGB

 RED value IS 115 (45.31% from 255) = 28.97%

 GREEN value IS 109 (42.97% from 255) = 27.46%

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

R = 28.97%
G = 27.46%
B = 43.58%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#736DAD (or 0x736DAD) is known color: Scampi. HEX triplet: 73, 6D and AD. RGB value is (115,109,173). Sum of RGB (Red+Green+Blue) = 115+109+173=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #736DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DAD is #8C9252. Grayscale: #757575. Windows color (decimal): -9212499 or 11365747. OLE color: 11365747.

HSL color Cylindrical-coordinate representation of color #736DAD: hue angle of 245.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736DAD is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 109 173 -
CMYK 0.34 0.37 0 0.32
HSL 245.63º 0.28% 0.55% -
HSV(B) 245.63º 0.37% 0.68% -
XYZ 20.08 17.6 41.87 -
YUV 118.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 115 109 173 0.34 0.37 0 0.32 245.63 0.28 0.55
Hex 73 6D AD 22 25 0 20 F6 1C 37
Octal 163 155 255 42 45 0 40 366 34 67
Binary 1110011 1101101 10101101 100010 100101 0 100000 11110110 11100 110111

Color Harmonies of #736DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736DAD

Black with #736DAD

Text Example


Text Example

White with #736DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736DAD; }

 p { color: rgb(115,109,173); }

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

background-color css

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

 a { background-color: rgb(115,109,173); }

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

border-color css

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

 span { border-color: rgb(115,109,173); }

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