Html Css Color HEX #726595 Scampi

📋 copy color: '#726595'

red 114 ◦ green 101 ◦ blue 149

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

Shades of Scampi #726595

Tints of Scampi #726595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 31.32%
G = 27.75%
B = 40.93%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#726595 (or 0x726595) is known color: Scampi. HEX triplet: 72, 65 and 95. RGB value is (114,101,149). Sum of RGB (Red+Green+Blue) = 114+101+149=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #726595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726595 is #8D9A6A. Grayscale: #6E6E6E. Windows color (decimal): -9280107 or 9790834. OLE color: 9790834.

HSL color Cylindrical-coordinate representation of color #726595: hue angle of 256.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726595 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 101 149 -
CMYK 0.23 0.32 0 0.42
HSL 256.25º 0.19% 0.49% -
HSV(B) 256.25º 0.32% 0.58% -
XYZ 17.02 15.05 30.44 -
YUV 110.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 114 101 149 0.23 0.32 0 0.42 256.25 0.19 0.49
Hex 72 65 95 17 20 0 2A 100 13 31
Octal 162 145 225 27 40 0 52 400 23 61
Binary 1110010 1100101 10010101 10111 100000 0 101010 100000000 10011 110001

Color Harmonies of #726595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726595

Black with #726595

Text Example


Text Example

White with #726595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726595; }

 p { color: rgb(114,101,149); }

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

background-color css

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

 a { background-color: rgb(114,101,149); }

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

border-color css

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

 span { border-color: rgb(114,101,149); }

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