Html Css Color HEX #71629A Scampi

📋 copy color: '#71629A'

red 113 ◦ green 98 ◦ blue 154

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

Shades of Scampi #71629A

Tints of Scampi #71629A

RGB

 RED value IS 113 (44.53% from 255) = 30.96%

 GREEN value IS 98 (38.67% from 255) = 26.85%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 30.96%
G = 26.85%
B = 42.19%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71629A (or 0x71629A) is known color: Scampi. HEX triplet: 71, 62 and 9A. RGB value is (113,98,154). Sum of RGB (Red+Green+Blue) = 113+98+154=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #71629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71629A is #8E9D65. Grayscale: #6C6C6C. Windows color (decimal): -9346406 or 10117745. OLE color: 10117745.

HSL color Cylindrical-coordinate representation of color #71629A: hue angle of 256.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71629A is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 98 154 -
CMYK 0.27 0.36 0 0.40
HSL 256.07º 0.22% 0.49% -
HSV(B) 256.07º 0.36% 0.6% -
XYZ 17.01 14.58 32.49 -
YUV 108.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 113 98 154 0.27 0.36 0 0.40 256.07 0.22 0.49
Hex 71 62 9A 1B 24 0 28 100 16 31
Octal 161 142 232 33 44 0 50 400 26 61
Binary 1110001 1100010 10011010 11011 100100 0 101000 100000000 10110 110001

Color Harmonies of #71629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71629A

Black with #71629A

Text Example


Text Example

White with #71629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71629A; }

 p { color: rgb(113,98,154); }

 H1.HeaderClassName
 {
   color: #71629A;
 }
 .AnyTagClassName
 {
   color: #71629A;
 }
</style>

background-color css

<style>
 a { background-color: #71629A; }

 a { background-color: rgb(113,98,154); }

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

border-color css

<style>
 span { border-color: #71629A; }

 span { border-color: rgb(113,98,154); }

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