Html Css Color HEX #725DA0 Scampi

📋 copy color: '#725DA0'

red 114 ◦ green 93 ◦ blue 160

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

Shades of Scampi #725DA0

Tints of Scampi #725DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 31.06%
G = 25.34%
B = 43.6%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#725DA0 (or 0x725DA0) is known color: Scampi. HEX triplet: 72, 5D and A0. RGB value is (114,93,160). Sum of RGB (Red+Green+Blue) = 114+93+160=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #725DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725DA0 is #8DA25F. Grayscale: #6A6A6A. Windows color (decimal): -9282144 or 10509682. OLE color: 10509682.

HSL color Cylindrical-coordinate representation of color #725DA0: hue angle of 258.81º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #725DA0 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 93 160 -
CMYK 0.29 0.42 0 0.37
HSL 258.81º 0.26% 0.5% -
HSV(B) 258.81º 0.42% 0.63% -
XYZ 17.2 13.94 35.04 -
YUV 106.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 114 93 160 0.29 0.42 0 0.37 258.81 0.26 0.5
Hex 72 5D A0 1D 2A 0 25 103 1A 32
Octal 162 135 240 35 52 0 45 403 32 62
Binary 1110010 1011101 10100000 11101 101010 0 100101 100000011 11010 110010

Color Harmonies of #725DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DA0

Black with #725DA0

Text Example


Text Example

White with #725DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,93,160); }

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

background-color css

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

 a { background-color: rgb(114,93,160); }

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

border-color css

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

 span { border-color: rgb(114,93,160); }

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