Html Css Color HEX #75719F Scampi

📋 copy color: '#75719F'

red 117 ◦ green 113 ◦ blue 159

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

Shades of Scampi #75719F

Tints of Scampi #75719F

RGB

 RED value IS 117 (46.09% from 255) = 30.08%

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 30.08%
G = 29.05%
B = 40.87%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75719F (or 0x75719F) is known color: Scampi. HEX triplet: 75, 71 and 9F. RGB value is (117,113,159). Sum of RGB (Red+Green+Blue) = 117+113+159=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #75719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75719F is #8A8E60. Grayscale: #777777. Windows color (decimal): -9080417 or 10449269. OLE color: 10449269.

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

Color convert

RGB 117 113 159 -
CMYK 0.26 0.29 0 0.38
HSL 245.22º 0.19% 0.53% -
HSV(B) 245.22º 0.29% 0.62% -
XYZ 19.5 18.1 35.27 -
YUV 119.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 117 113 159 0.26 0.29 0 0.38 245.22 0.19 0.53
Hex 75 71 9F 1A 1D 0 26 F5 13 35
Octal 165 161 237 32 35 0 46 365 23 65
Binary 1110101 1110001 10011111 11010 11101 0 100110 11110101 10011 110101

Color Harmonies of #75719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75719F

Black with #75719F

Text Example


Text Example

White with #75719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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