Html Css Color HEX #73719A Scampi

📋 copy color: '#73719A'

red 115 ◦ green 113 ◦ blue 154

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

Shades of Scampi #73719A

Tints of Scampi #73719A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 30.1%
G = 29.58%
B = 40.31%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#73719A (or 0x73719A) is known color: Scampi. HEX triplet: 73, 71 and 9A. RGB value is (115,113,154). Sum of RGB (Red+Green+Blue) = 115+113+154=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #73719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73719A is #8C8E65. Grayscale: #767676. Windows color (decimal): -9211494 or 10121587. OLE color: 10121587.

HSL color Cylindrical-coordinate representation of color #73719A: hue angle of 242.93º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73719A is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 113 154 -
CMYK 0.25 0.27 0 0.40
HSL 242.93º 0.17% 0.52% -
HSV(B) 242.93º 0.27% 0.6% -
XYZ 18.81 17.79 33.01 -
YUV 118.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 115 113 154 0.25 0.27 0 0.40 242.93 0.17 0.52
Hex 73 71 9A 19 1B 0 28 F3 11 34
Octal 163 161 232 31 33 0 50 363 21 64
Binary 1110011 1110001 10011010 11001 11011 0 101000 11110011 10001 110100

Color Harmonies of #73719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73719A

Black with #73719A

Text Example


Text Example

White with #73719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73719A; }

 p { color: rgb(115,113,154); }

 H1.HeaderClassName
 {
   color: #73719A;
 }
 .AnyTagClassName
 {
   color: #73719A;
 }
</style>

background-color css

<style>
 a { background-color: #73719A; }

 a { background-color: rgb(115,113,154); }

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

border-color css

<style>
 span { border-color: #73719A; }

 span { border-color: rgb(115,113,154); }

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