Html Css Color HEX #726399 Scampi

📋 copy color: '#726399'

red 114 ◦ green 99 ◦ blue 153

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

Shades of Scampi #726399

Tints of Scampi #726399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

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

R = 31.15%
G = 27.05%
B = 41.8%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#726399 (or 0x726399) is known color: Scampi. HEX triplet: 72, 63 and 99. RGB value is (114,99,153). Sum of RGB (Red+Green+Blue) = 114+99+153=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #726399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726399 is #8D9C66. Grayscale: #6D6D6D. Windows color (decimal): -9280615 or 10052466. OLE color: 10052466.

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

Color convert

RGB 114 99 153 -
CMYK 0.25 0.35 0 0.4
HSL 256.67º 0.21% 0.49% -
HSV(B) 256.67º 0.35% 0.6% -
XYZ 17.15 14.8 32.09 -
YUV 109.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 114 99 153 0.25 0.35 0 0.4 256.67 0.21 0.49
Hex 72 63 99 19 23 0 28 101 15 31
Octal 162 143 231 31 43 0 50 401 25 61
Binary 1110010 1100011 10011001 11001 100011 0 101000 100000001 10101 110001

Color Harmonies of #726399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726399

Black with #726399

Text Example


Text Example

White with #726399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726399; }

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

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

background-color css

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

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

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

border-color css

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

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

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