Html Css Color HEX #7469AD Scampi

📋 copy color: '#7469AD'

red 116 ◦ green 105 ◦ blue 173

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

Shades of Scampi #7469AD

Tints of Scampi #7469AD

RGB

 RED value IS 116 (45.7% from 255) = 29.44%

 GREEN value IS 105 (41.41% from 255) = 26.65%

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

R = 29.44%
G = 26.65%
B = 43.91%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7469AD (or 0x7469AD) is known color: Scampi. HEX triplet: 74, 69 and AD. RGB value is (116,105,173). Sum of RGB (Red+Green+Blue) = 116+105+173=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #7469AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7469AD is #8B9652. Grayscale: #737373. Windows color (decimal): -9147987 or 11364724. OLE color: 11364724.

HSL color Cylindrical-coordinate representation of color #7469AD: hue angle of 249.71º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7469AD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 105 173 -
CMYK 0.33 0.39 0 0.32
HSL 249.71º 0.29% 0.55% -
HSV(B) 249.71º 0.39% 0.68% -
XYZ 19.8 16.83 41.74 -
YUV 116.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 116 105 173 0.33 0.39 0 0.32 249.71 0.29 0.55
Hex 74 69 AD 21 27 0 20 FA 1D 37
Octal 164 151 255 41 47 0 40 372 35 67
Binary 1110100 1101001 10101101 100001 100111 0 100000 11111010 11101 110111

Color Harmonies of #7469AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7469AD

Black with #7469AD

Text Example


Text Example

White with #7469AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7469AD; }

 p { color: rgb(116,105,173); }

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

background-color css

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

 a { background-color: rgb(116,105,173); }

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

border-color css

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

 span { border-color: rgb(116,105,173); }

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