Html Css Color HEX #7560A5 Scampi

📋 copy color: '#7560A5'

red 117 ◦ green 96 ◦ blue 165

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

Shades of Scampi #7560A5

Tints of Scampi #7560A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.65%

R = 30.95%
G = 25.4%
B = 43.65%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7560A5 (or 0x7560A5) is known color: Scampi. HEX triplet: 75, 60 and A5. RGB value is (117,96,165). Sum of RGB (Red+Green+Blue) = 117+96+165=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 165 - color contains mainly: blue. Hex color #7560A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7560A5 is #8A9F5A. Grayscale: #6D6D6D. Windows color (decimal): -9084763 or 10838133. OLE color: 10838133.

HSL color Cylindrical-coordinate representation of color #7560A5: hue angle of 258.26º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7560A5 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 96 165 -
CMYK 0.29 0.42 0 0.35
HSL 258.26º 0.28% 0.51% -
HSV(B) 258.26º 0.42% 0.65% -
XYZ 18.31 14.86 37.5 -
YUV 110.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 117 96 165 0.29 0.42 0 0.35 258.26 0.28 0.51
Hex 75 60 A5 1D 2A 0 23 102 1C 33
Octal 165 140 245 35 52 0 43 402 34 63
Binary 1110101 1100000 10100101 11101 101010 0 100011 100000010 11100 110011

Color Harmonies of #7560A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560A5

Black with #7560A5

Text Example


Text Example

White with #7560A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7560A5; }

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

 H1.HeaderClassName
 {
   color: #7560A5;
 }
 .AnyTagClassName
 {
   color: #7560A5;
 }
</style>

background-color css

<style>
 a { background-color: #7560A5; }

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

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

border-color css

<style>
 span { border-color: #7560A5; }

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

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