Html Css Color HEX #73709F Scampi

📋 copy color: '#73709F'

red 115 ◦ green 112 ◦ blue 159

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

Shades of Scampi #73709F

Tints of Scampi #73709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 29.79%
G = 29.02%
B = 41.19%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73709F (or 0x73709F) is known color: Scampi. HEX triplet: 73, 70 and 9F. RGB value is (115,112,159). Sum of RGB (Red+Green+Blue) = 115+112+159=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #73709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73709F is #8C8F60. Grayscale: #767676. Windows color (decimal): -9211745 or 10449011. OLE color: 10449011.

HSL color Cylindrical-coordinate representation of color #73709F: hue angle of 243.83º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73709F is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 112 159 -
CMYK 0.28 0.30 0 0.38
HSL 243.83º 0.2% 0.53% -
HSV(B) 243.83º 0.3% 0.62% -
XYZ 19.12 17.74 35.22 -
YUV 118.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 115 112 159 0.28 0.30 0 0.38 243.83 0.2 0.53
Hex 73 70 9F 1C 1E 0 26 F4 14 35
Octal 163 160 237 34 36 0 46 364 24 65
Binary 1110011 1110000 10011111 11100 11110 0 100110 11110100 10100 110101

Color Harmonies of #73709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73709F

Black with #73709F

Text Example


Text Example

White with #73709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73709F; }

 p { color: rgb(115,112,159); }

 H1.HeaderClassName
 {
   color: #73709F;
 }
 .AnyTagClassName
 {
   color: #73709F;
 }
</style>

background-color css

<style>
 a { background-color: #73709F; }

 a { background-color: rgb(115,112,159); }

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

border-color css

<style>
 span { border-color: #73709F; }

 span { border-color: rgb(115,112,159); }

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