Html Css Color HEX #726699 Scampi

📋 copy color: '#726699'

red 114 ◦ green 102 ◦ blue 153

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

Shades of Scampi #726699

Tints of Scampi #726699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 30.89%
G = 27.64%
B = 41.46%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#726699 (or 0x726699) is known color: Scampi. HEX triplet: 72, 66 and 99. RGB value is (114,102,153). Sum of RGB (Red+Green+Blue) = 114+102+153=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #726699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726699 is #8D9966. Grayscale: #6F6F6F. Windows color (decimal): -9279847 or 10053234. OLE color: 10053234.

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

Color convert

RGB 114 102 153 -
CMYK 0.25 0.33 0 0.4
HSL 254.12º 0.2% 0.5% -
HSV(B) 254.12º 0.33% 0.6% -
XYZ 17.44 15.38 32.19 -
YUV 111.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 114 102 153 0.25 0.33 0 0.4 254.12 0.2 0.5
Hex 72 66 99 19 21 0 28 FE 14 32
Octal 162 146 231 31 41 0 50 376 24 62
Binary 1110010 1100110 10011001 11001 100001 0 101000 11111110 10100 110010

Color Harmonies of #726699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726699

Black with #726699

Text Example


Text Example

White with #726699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726699; }

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

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

background-color css

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

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

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

border-color css

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

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

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