Html Css Color HEX #725E98 Scampi

📋 copy color: '#725E98'

red 114 ◦ green 94 ◦ blue 152

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

Shades of Scampi #725E98

Tints of Scampi #725E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 31.67%
G = 26.11%
B = 42.22%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#725E98 (or 0x725E98) is known color: Scampi. HEX triplet: 72, 5E and 98. RGB value is (114,94,152). Sum of RGB (Red+Green+Blue) = 114+94+152=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #725E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725E98 is #8DA167. Grayscale: #6A6A6A. Windows color (decimal): -9281896 or 9985650. OLE color: 9985650.

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

Color convert

RGB 114 94 152 -
CMYK 0.25 0.38 0 0.40
HSL 260.69º 0.24% 0.48% -
HSV(B) 260.69º 0.38% 0.6% -
XYZ 16.61 13.85 31.5 -
YUV 106.59 153.63 133.28 -
System Red Green Blue C M Y K H S L
Decimal 114 94 152 0.25 0.38 0 0.40 260.69 0.24 0.48
Hex 72 5E 98 19 26 0 28 105 18 30
Octal 162 136 230 31 46 0 50 405 30 60
Binary 1110010 1011110 10011000 11001 100110 0 101000 100000101 11000 110000

Color Harmonies of #725E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725E98

Black with #725E98

Text Example


Text Example

White with #725E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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