Html Css Color HEX #72719D Scampi

📋 copy color: '#72719D'

red 114 ◦ green 113 ◦ blue 157

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

Shades of Scampi #72719D

Tints of Scampi #72719D

RGB

 RED value IS 114 (44.92% from 255) = 29.69%

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 29.69%
G = 29.43%
B = 40.89%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72719D (or 0x72719D) is known color: Scampi. HEX triplet: 72, 71 and 9D. RGB value is (114,113,157). Sum of RGB (Red+Green+Blue) = 114+113+157=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #72719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72719D is #8D8E62. Grayscale: #767676. Windows color (decimal): -9277027 or 10318194. OLE color: 10318194.

HSL color Cylindrical-coordinate representation of color #72719D: hue angle of 241.36º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72719D is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 113 157 -
CMYK 0.27 0.28 0 0.38
HSL 241.36º 0.18% 0.53% -
HSV(B) 241.36º 0.28% 0.62% -
XYZ 18.93 17.82 34.34 -
YUV 118.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 114 113 157 0.27 0.28 0 0.38 241.36 0.18 0.53
Hex 72 71 9D 1B 1C 0 26 F1 12 35
Octal 162 161 235 33 34 0 46 361 22 65
Binary 1110010 1110001 10011101 11011 11100 0 100110 11110001 10010 110101

Color Harmonies of #72719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72719D

Black with #72719D

Text Example


Text Example

White with #72719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72719D; }

 p { color: rgb(114,113,157); }

 H1.HeaderClassName
 {
   color: #72719D;
 }
 .AnyTagClassName
 {
   color: #72719D;
 }
</style>

background-color css

<style>
 a { background-color: #72719D; }

 a { background-color: rgb(114,113,157); }

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

border-color css

<style>
 span { border-color: #72719D; }

 span { border-color: rgb(114,113,157); }

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