Html Css Color HEX #725F9D Scampi

📋 copy color: '#725F9D'

red 114 ◦ green 95 ◦ blue 157

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

Shades of Scampi #725F9D

Tints of Scampi #725F9D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.96%

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 31.15%
G = 25.96%
B = 42.9%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#725F9D (or 0x725F9D) is known color: Scampi. HEX triplet: 72, 5F and 9D. RGB value is (114,95,157). Sum of RGB (Red+Green+Blue) = 114+95+157=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #725F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725F9D is #8DA062. Grayscale: #6B6B6B. Windows color (decimal): -9281635 or 10313586. OLE color: 10313586.

HSL color Cylindrical-coordinate representation of color #725F9D: hue angle of 258.39º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725F9D is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 95 157 -
CMYK 0.27 0.39 0 0.38
HSL 258.39º 0.25% 0.49% -
HSV(B) 258.39º 0.39% 0.62% -
XYZ 17.12 14.2 33.74 -
YUV 107.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 114 95 157 0.27 0.39 0 0.38 258.39 0.25 0.49
Hex 72 5F 9D 1B 27 0 26 102 19 31
Octal 162 137 235 33 47 0 46 402 31 61
Binary 1110010 1011111 10011101 11011 100111 0 100110 100000010 11001 110001

Color Harmonies of #725F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F9D

Black with #725F9D

Text Example


Text Example

White with #725F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,95,157); }

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

background-color css

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

 a { background-color: rgb(114,95,157); }

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

border-color css

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

 span { border-color: rgb(114,95,157); }

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