Html Css Color HEX #715EA9 Scampi

📋 copy color: '#715EA9'

red 113 ◦ green 94 ◦ blue 169

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

Shades of Scampi #715EA9

Tints of Scampi #715EA9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

 BLUE value IS 169 (66.41% from 255) = 44.95%

R = 30.05%
G = 25%
B = 44.95%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#715EA9 (or 0x715EA9) is known color: Scampi. HEX triplet: 71, 5E and A9. RGB value is (113,94,169). Sum of RGB (Red+Green+Blue) = 113+94+169=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #715EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715EA9 is #8EA156. Grayscale: #6B6B6B. Windows color (decimal): -9347415 or 11099761. OLE color: 11099761.

HSL color Cylindrical-coordinate representation of color #715EA9: hue angle of 255.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715EA9 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 94 169 -
CMYK 0.33 0.44 0 0.34
HSL 255.2º 0.3% 0.52% -
HSV(B) 255.2º 0.44% 0.66% -
XYZ 17.97 14.38 39.36 -
YUV 108.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 113 94 169 0.33 0.44 0 0.34 255.2 0.3 0.52
Hex 71 5E A9 21 2C 0 22 FF 1E 34
Octal 161 136 251 41 54 0 42 377 36 64
Binary 1110001 1011110 10101001 100001 101100 0 100010 11111111 11110 110100

Color Harmonies of #715EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715EA9

Black with #715EA9

Text Example


Text Example

White with #715EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715EA9; }

 p { color: rgb(113,94,169); }

 H1.HeaderClassName
 {
   color: #715EA9;
 }
 .AnyTagClassName
 {
   color: #715EA9;
 }
</style>

background-color css

<style>
 a { background-color: #715EA9; }

 a { background-color: rgb(113,94,169); }

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

border-color css

<style>
 span { border-color: #715EA9; }

 span { border-color: rgb(113,94,169); }

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