Html Css Color HEX #72609B Scampi

📋 copy color: '#72609B'

red 114 ◦ green 96 ◦ blue 155

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

Shades of Scampi #72609B

Tints of Scampi #72609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 31.23%
G = 26.3%
B = 42.47%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72609B (or 0x72609B) is known color: Scampi. HEX triplet: 72, 60 and 9B. RGB value is (114,96,155). Sum of RGB (Red+Green+Blue) = 114+96+155=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #72609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72609B is #8D9F64. Grayscale: #6B6B6B. Windows color (decimal): -9281381 or 10182770. OLE color: 10182770.

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

Color convert

RGB 114 96 155 -
CMYK 0.26 0.38 0 0.39
HSL 258.31º 0.24% 0.49% -
HSV(B) 258.31º 0.38% 0.61% -
XYZ 17.04 14.31 32.87 -
YUV 108.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 114 96 155 0.26 0.38 0 0.39 258.31 0.24 0.49
Hex 72 60 9B 1A 26 0 27 102 18 31
Octal 162 140 233 32 46 0 47 402 30 61
Binary 1110010 1100000 10011011 11010 100110 0 100111 100000010 11000 110001

Color Harmonies of #72609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72609B

Black with #72609B

Text Example


Text Example

White with #72609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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