Html Css Color HEX #725E99 Scampi

📋 copy color: '#725E99'

red 114 ◦ green 94 ◦ blue 153

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

Shades of Scampi #725E99

Tints of Scampi #725E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

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

R = 31.58%
G = 26.04%
B = 42.38%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#725E99 (or 0x725E99) is known color: Scampi. HEX triplet: 72, 5E and 99. RGB value is (114,94,153). Sum of RGB (Red+Green+Blue) = 114+94+153=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #725E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725E99 is #8DA166. Grayscale: #6A6A6A. Windows color (decimal): -9281895 or 10051186. OLE color: 10051186.

HSL color Cylindrical-coordinate representation of color #725E99: hue angle of 260.34º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725E99 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 94 153 -
CMYK 0.25 0.39 0 0.4
HSL 260.34º 0.24% 0.48% -
HSV(B) 260.34º 0.39% 0.6% -
XYZ 16.69 13.88 31.94 -
YUV 106.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 114 94 153 0.25 0.39 0 0.4 260.34 0.24 0.48
Hex 72 5E 99 19 27 0 28 104 18 30
Octal 162 136 231 31 47 0 50 404 30 60
Binary 1110010 1011110 10011001 11001 100111 0 101000 100000100 11000 110000

Color Harmonies of #725E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725E99

Black with #725E99

Text Example


Text Example

White with #725E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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