Html Css Color HEX #726498 Scampi

📋 copy color: '#726498'

red 114 ◦ green 100 ◦ blue 152

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

Shades of Scampi #726498

Tints of Scampi #726498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 31.15%
G = 27.32%
B = 41.53%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#726498 (or 0x726498) is known color: Scampi. HEX triplet: 72, 64 and 98. RGB value is (114,100,152). Sum of RGB (Red+Green+Blue) = 114+100+152=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #726498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726498 is #8D9B67. Grayscale: #6D6D6D. Windows color (decimal): -9280360 or 9987186. OLE color: 9987186.

HSL color Cylindrical-coordinate representation of color #726498: hue angle of 256.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #726498 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 100 152 -
CMYK 0.25 0.34 0 0.40
HSL 256.15º 0.21% 0.49% -
HSV(B) 256.15º 0.34% 0.6% -
XYZ 17.16 14.96 31.69 -
YUV 110.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 114 100 152 0.25 0.34 0 0.40 256.15 0.21 0.49
Hex 72 64 98 19 22 0 28 100 15 31
Octal 162 144 230 31 42 0 50 400 25 61
Binary 1110010 1100100 10011000 11001 100010 0 101000 100000000 10101 110001

Color Harmonies of #726498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726498

Black with #726498

Text Example


Text Example

White with #726498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726498; }

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

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

background-color css

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

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

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

border-color css

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

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

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