Html Css Color HEX #72689F Scampi

📋 copy color: '#72689F'

red 114 ◦ green 104 ◦ blue 159

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

Shades of Scampi #72689F

Tints of Scampi #72689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.59%

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 30.24%
G = 27.59%
B = 42.18%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72689F (or 0x72689F) is known color: Scampi. HEX triplet: 72, 68 and 9F. RGB value is (114,104,159). Sum of RGB (Red+Green+Blue) = 114+104+159=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #72689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72689F is #8D9760. Grayscale: #717171. Windows color (decimal): -9279329 or 10446962. OLE color: 10446962.

HSL color Cylindrical-coordinate representation of color #72689F: hue angle of 250.91º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72689F is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 104 159 -
CMYK 0.28 0.35 0 0.38
HSL 250.91º 0.22% 0.52% -
HSV(B) 250.91º 0.35% 0.62% -
XYZ 18.15 15.98 34.93 -
YUV 113.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 114 104 159 0.28 0.35 0 0.38 250.91 0.22 0.52
Hex 72 68 9F 1C 23 0 26 FB 16 34
Octal 162 150 237 34 43 0 46 373 26 64
Binary 1110010 1101000 10011111 11100 100011 0 100110 11111011 10110 110100

Color Harmonies of #72689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72689F

Black with #72689F

Text Example


Text Example

White with #72689F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72689F; }

 p { color: rgb(114,104,159); }

 H1.HeaderClassName
 {
   color: #72689F;
 }
 .AnyTagClassName
 {
   color: #72689F;
 }
</style>

background-color css

<style>
 a { background-color: #72689F; }

 a { background-color: rgb(114,104,159); }

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

border-color css

<style>
 span { border-color: #72689F; }

 span { border-color: rgb(114,104,159); }

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