Html Css Color HEX #725C99 Scampi

📋 copy color: '#725C99'

red 114 ◦ green 92 ◦ blue 153

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

Shades of Scampi #725C99

Tints of Scampi #725C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.63%

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

R = 31.75%
G = 25.63%
B = 42.62%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#725C99 (or 0x725C99) is known color: Scampi. HEX triplet: 72, 5C and 99. RGB value is (114,92,153). Sum of RGB (Red+Green+Blue) = 114+92+153=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #725C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C99 is #8DA366. Grayscale: #696969. Windows color (decimal): -9282407 or 10050674. OLE color: 10050674.

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

Color convert

RGB 114 92 153 -
CMYK 0.25 0.40 0 0.4
HSL 261.64º 0.25% 0.48% -
HSV(B) 261.64º 0.4% 0.6% -
XYZ 16.52 13.53 31.88 -
YUV 105.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 114 92 153 0.25 0.40 0 0.4 261.64 0.25 0.48
Hex 72 5C 99 19 28 0 28 106 19 30
Octal 162 134 231 31 50 0 50 406 31 60
Binary 1110010 1011100 10011001 11001 101000 0 101000 100000110 11001 110000

Color Harmonies of #725C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725C99

Black with #725C99

Text Example


Text Example

White with #725C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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