Html Css Color HEX #75609C Scampi

📋 copy color: '#75609C'

red 117 ◦ green 96 ◦ blue 156

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

Shades of Scampi #75609C

Tints of Scampi #75609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 31.71%
G = 26.02%
B = 42.28%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75609C (or 0x75609C) is known color: Scampi. HEX triplet: 75, 60 and 9C. RGB value is (117,96,156). Sum of RGB (Red+Green+Blue) = 117+96+156=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #75609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75609C is #8A9F63. Grayscale: #6C6C6C. Windows color (decimal): -9084772 or 10248309. OLE color: 10248309.

HSL color Cylindrical-coordinate representation of color #75609C: hue angle of 261º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75609C is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 96 156 -
CMYK 0.25 0.38 0 0.39
HSL 261º 0.24% 0.49% -
HSV(B) 261º 0.38% 0.61% -
XYZ 17.52 14.55 33.34 -
YUV 109.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 117 96 156 0.25 0.38 0 0.39 261 0.24 0.49
Hex 75 60 9C 19 26 0 27 105 18 31
Octal 165 140 234 31 46 0 47 405 30 61
Binary 1110101 1100000 10011100 11001 100110 0 100111 100000101 11000 110001

Color Harmonies of #75609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75609C

Black with #75609C

Text Example


Text Example

White with #75609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75609C; }

 p { color: rgb(117,96,156); }

 H1.HeaderClassName
 {
   color: #75609C;
 }
 .AnyTagClassName
 {
   color: #75609C;
 }
</style>

background-color css

<style>
 a { background-color: #75609C; }

 a { background-color: rgb(117,96,156); }

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

border-color css

<style>
 span { border-color: #75609C; }

 span { border-color: rgb(117,96,156); }

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