Html Css Color HEX #7369AD Scampi

📋 copy color: '#7369AD'

red 115 ◦ green 105 ◦ blue 173

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

Shades of Scampi #7369AD

Tints of Scampi #7369AD

RGB

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

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

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

R = 29.26%
G = 26.72%
B = 44.02%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7369AD (or 0x7369AD) is known color: Scampi. HEX triplet: 73, 69 and AD. RGB value is (115,105,173). Sum of RGB (Red+Green+Blue) = 115+105+173=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7369AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7369AD is #8C9652. Grayscale: #737373. Windows color (decimal): -9213523 or 11364723. OLE color: 11364723.

HSL color Cylindrical-coordinate representation of color #7369AD: hue angle of 248.82º 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 #7369AD is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 105 173 -
CMYK 0.34 0.39 0 0.32
HSL 248.82º 0.29% 0.55% -
HSV(B) 248.82º 0.39% 0.68% -
XYZ 19.66 16.77 41.73 -
YUV 115.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 115 105 173 0.34 0.39 0 0.32 248.82 0.29 0.55
Hex 73 69 AD 22 27 0 20 F9 1D 37
Octal 163 151 255 42 47 0 40 371 35 67
Binary 1110011 1101001 10101101 100010 100111 0 100000 11111001 11101 110111

Color Harmonies of #7369AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7369AD

Black with #7369AD

Text Example


Text Example

White with #7369AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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