Html Css Color HEX #71639F Scampi

📋 copy color: '#71639F'

red 113 ◦ green 99 ◦ blue 159

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

Shades of Scampi #71639F

Tints of Scampi #71639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 30.46%
G = 26.68%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71639F (or 0x71639F) is known color: Scampi. HEX triplet: 71, 63 and 9F. RGB value is (113,99,159). Sum of RGB (Red+Green+Blue) = 113+99+159=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #71639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71639F is #8E9C60. Grayscale: #6D6D6D. Windows color (decimal): -9346145 or 10445681. OLE color: 10445681.

HSL color Cylindrical-coordinate representation of color #71639F: hue angle of 254º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71639F is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 99 159 -
CMYK 0.29 0.38 0 0.38
HSL 254º 0.24% 0.51% -
HSV(B) 254º 0.38% 0.62% -
XYZ 17.53 14.94 34.76 -
YUV 110.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 113 99 159 0.29 0.38 0 0.38 254 0.24 0.51
Hex 71 63 9F 1D 26 0 26 FE 18 33
Octal 161 143 237 35 46 0 46 376 30 63
Binary 1110001 1100011 10011111 11101 100110 0 100110 11111110 11000 110011

Color Harmonies of #71639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71639F

Black with #71639F

Text Example


Text Example

White with #71639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,99,159); }

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

background-color css

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

 a { background-color: rgb(113,99,159); }

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

border-color css

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

 span { border-color: rgb(113,99,159); }

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