Html Css Color HEX #726AAB Scampi

📋 copy color: '#726AAB'

red 114 ◦ green 106 ◦ blue 171

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

Shades of Scampi #726AAB

Tints of Scampi #726AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.11%

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 29.16%
G = 27.11%
B = 43.73%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#726AAB (or 0x726AAB) is known color: Scampi. HEX triplet: 72, 6A and AB. RGB value is (114,106,171). Sum of RGB (Red+Green+Blue) = 114+106+171=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #726AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726AAB is #8D9554. Grayscale: #737373. Windows color (decimal): -9278805 or 11233906. OLE color: 11233906.

HSL color Cylindrical-coordinate representation of color #726AAB: hue angle of 247.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726AAB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 106 171 -
CMYK 0.33 0.38 0 0.33
HSL 247.38º 0.28% 0.54% -
HSV(B) 247.38º 0.38% 0.67% -
XYZ 19.44 16.83 40.75 -
YUV 115.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 114 106 171 0.33 0.38 0 0.33 247.38 0.28 0.54
Hex 72 6A AB 21 26 0 21 F7 1C 36
Octal 162 152 253 41 46 0 41 367 34 66
Binary 1110010 1101010 10101011 100001 100110 0 100001 11110111 11100 110110

Color Harmonies of #726AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AAB

Black with #726AAB

Text Example


Text Example

White with #726AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726AAB; }

 p { color: rgb(114,106,171); }

 H1.HeaderClassName
 {
   color: #726AAB;
 }
 .AnyTagClassName
 {
   color: #726AAB;
 }
</style>

background-color css

<style>
 a { background-color: #726AAB; }

 a { background-color: rgb(114,106,171); }

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

border-color css

<style>
 span { border-color: #726AAB; }

 span { border-color: rgb(114,106,171); }

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