Html Css Color HEX #75619A Scampi

📋 copy color: '#75619A'

red 117 ◦ green 97 ◦ blue 154

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

Shades of Scampi #75619A

Tints of Scampi #75619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

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

R = 31.79%
G = 26.36%
B = 41.85%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75619A (or 0x75619A) is known color: Scampi. HEX triplet: 75, 61 and 9A. RGB value is (117,97,154). Sum of RGB (Red+Green+Blue) = 117+97+154=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #75619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75619A is #8A9E65. Grayscale: #6D6D6D. Windows color (decimal): -9084518 or 10117493. OLE color: 10117493.

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

Color convert

RGB 117 97 154 -
CMYK 0.24 0.37 0 0.40
HSL 261.05º 0.23% 0.49% -
HSV(B) 261.05º 0.37% 0.6% -
XYZ 17.44 14.66 32.48 -
YUV 109.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 117 97 154 0.24 0.37 0 0.40 261.05 0.23 0.49
Hex 75 61 9A 18 25 0 28 105 17 31
Octal 165 141 232 30 45 0 50 405 27 61
Binary 1110101 1100001 10011010 11000 100101 0 101000 100000101 10111 110001

Color Harmonies of #75619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75619A

Black with #75619A

Text Example


Text Example

White with #75619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,97,154); }

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

background-color css

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

 a { background-color: rgb(117,97,154); }

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

border-color css

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

 span { border-color: rgb(117,97,154); }

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