Html Css Color HEX #72609D Scampi

📋 copy color: '#72609D'

red 114 ◦ green 96 ◦ blue 157

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

Shades of Scampi #72609D

Tints of Scampi #72609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

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

R = 31.06%
G = 26.16%
B = 42.78%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72609D (or 0x72609D) is known color: Scampi. HEX triplet: 72, 60 and 9D. RGB value is (114,96,157). Sum of RGB (Red+Green+Blue) = 114+96+157=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #72609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72609D is #8D9F62. Grayscale: #6C6C6C. Windows color (decimal): -9281379 or 10313842. OLE color: 10313842.

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

Color convert

RGB 114 96 157 -
CMYK 0.27 0.39 0 0.38
HSL 257.7º 0.24% 0.5% -
HSV(B) 257.7º 0.39% 0.62% -
XYZ 17.21 14.38 33.77 -
YUV 108.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 114 96 157 0.27 0.39 0 0.38 257.7 0.24 0.5
Hex 72 60 9D 1B 27 0 26 102 18 32
Octal 162 140 235 33 47 0 46 402 30 62
Binary 1110010 1100000 10011101 11011 100111 0 100110 100000010 11000 110010

Color Harmonies of #72609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72609D

Black with #72609D

Text Example


Text Example

White with #72609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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