Html Css Color HEX #726598 Scampi

📋 copy color: '#726598'

red 114 ◦ green 101 ◦ blue 152

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

Shades of Scampi #726598

Tints of Scampi #726598

RGB

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

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

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

R = 31.06%
G = 27.52%
B = 41.42%

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

#726598 (or 0x726598) is known color: Scampi. HEX triplet: 72, 65 and 98. RGB value is (114,101,152). Sum of RGB (Red+Green+Blue) = 114+101+152=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #726598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726598 is #8D9A67. Grayscale: #6E6E6E. Windows color (decimal): -9280104 or 9987442. OLE color: 9987442.

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

Color convert

RGB 114 101 152 -
CMYK 0.25 0.34 0 0.40
HSL 255.29º 0.2% 0.5% -
HSV(B) 255.29º 0.34% 0.6% -
XYZ 17.26 15.15 31.72 -
YUV 110.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 114 101 152 0.25 0.34 0 0.40 255.29 0.2 0.5
Hex 72 65 98 19 22 0 28 FF 14 32
Octal 162 145 230 31 42 0 50 377 24 62
Binary 1110010 1100101 10011000 11001 100010 0 101000 11111111 10100 110010

Color Harmonies of #726598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726598

Black with #726598

Text Example


Text Example

White with #726598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726598; }

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

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

background-color css

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

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

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

border-color css

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

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

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