Html Css Color HEX #726299 Scampi

📋 copy color: '#726299'

red 114 ◦ green 98 ◦ blue 153

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

Shades of Scampi #726299

Tints of Scampi #726299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.85%

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 31.23%
G = 26.85%
B = 41.92%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#726299 (or 0x726299) is known color: Scampi. HEX triplet: 72, 62 and 99. RGB value is (114,98,153). Sum of RGB (Red+Green+Blue) = 114+98+153=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #726299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726299 is #8D9D66. Grayscale: #6C6C6C. Windows color (decimal): -9280871 or 10052210. OLE color: 10052210.

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

Color convert

RGB 114 98 153 -
CMYK 0.25 0.36 0 0.4
HSL 257.45º 0.22% 0.49% -
HSV(B) 257.45º 0.36% 0.6% -
XYZ 17.06 14.61 32.06 -
YUV 109.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 114 98 153 0.25 0.36 0 0.4 257.45 0.22 0.49
Hex 72 62 99 19 24 0 28 101 16 31
Octal 162 142 231 31 44 0 50 401 26 61
Binary 1110010 1100010 10011001 11001 100100 0 101000 100000001 10110 110001

Color Harmonies of #726299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726299

Black with #726299

Text Example


Text Example

White with #726299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726299; }

 p { color: rgb(114,98,153); }

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

background-color css

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

 a { background-color: rgb(114,98,153); }

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

border-color css

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

 span { border-color: rgb(114,98,153); }

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