Html Css Color HEX #72649E Scampi

📋 copy color: '#72649E'

red 114 ◦ green 100 ◦ blue 158

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

Shades of Scampi #72649E

Tints of Scampi #72649E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 30.65%
G = 26.88%
B = 42.47%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72649E (or 0x72649E) is known color: Scampi. HEX triplet: 72, 64 and 9E. RGB value is (114,100,158). Sum of RGB (Red+Green+Blue) = 114+100+158=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #72649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72649E is #8D9B61. Grayscale: #6E6E6E. Windows color (decimal): -9280354 or 10380402. OLE color: 10380402.

HSL color Cylindrical-coordinate representation of color #72649E: hue angle of 254.48º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72649E is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 100 158 -
CMYK 0.28 0.37 0 0.38
HSL 254.48º 0.23% 0.51% -
HSV(B) 254.48º 0.37% 0.62% -
XYZ 17.67 15.16 34.34 -
YUV 110.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 114 100 158 0.28 0.37 0 0.38 254.48 0.23 0.51
Hex 72 64 9E 1C 25 0 26 FE 17 33
Octal 162 144 236 34 45 0 46 376 27 63
Binary 1110010 1100100 10011110 11100 100101 0 100110 11111110 10111 110011

Color Harmonies of #72649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72649E

Black with #72649E

Text Example


Text Example

White with #72649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72649E; }

 p { color: rgb(114,100,158); }

 H1.HeaderClassName
 {
   color: #72649E;
 }
 .AnyTagClassName
 {
   color: #72649E;
 }
</style>

background-color css

<style>
 a { background-color: #72649E; }

 a { background-color: rgb(114,100,158); }

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

border-color css

<style>
 span { border-color: #72649E; }

 span { border-color: rgb(114,100,158); }

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