Html Css Color HEX #7565AD Scampi

📋 copy color: '#7565AD'

red 117 ◦ green 101 ◦ blue 173

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

Shades of Scampi #7565AD

Tints of Scampi #7565AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.83%

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 29.92%
G = 25.83%
B = 44.25%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7565AD (or 0x7565AD) is known color: Scampi. HEX triplet: 75, 65 and AD. RGB value is (117,101,173). Sum of RGB (Red+Green+Blue) = 117+101+173=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #7565AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7565AD is #8A9A52. Grayscale: #717171. Windows color (decimal): -9083475 or 11363701. OLE color: 11363701.

HSL color Cylindrical-coordinate representation of color #7565AD: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7565AD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 101 173 -
CMYK 0.32 0.42 0 0.32
HSL 253.33º 0.31% 0.54% -
HSV(B) 253.33º 0.42% 0.68% -
XYZ 19.53 16.11 41.61 -
YUV 113.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 117 101 173 0.32 0.42 0 0.32 253.33 0.31 0.54
Hex 75 65 AD 20 2A 0 20 FD 1F 36
Octal 165 145 255 40 52 0 40 375 37 66
Binary 1110101 1100101 10101101 100000 101010 0 100000 11111101 11111 110110

Color Harmonies of #7565AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7565AD

Black with #7565AD

Text Example


Text Example

White with #7565AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7565AD; }

 p { color: rgb(117,101,173); }

 H1.HeaderClassName
 {
   color: #7565AD;
 }
 .AnyTagClassName
 {
   color: #7565AD;
 }
</style>

background-color css

<style>
 a { background-color: #7565AD; }

 a { background-color: rgb(117,101,173); }

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

border-color css

<style>
 span { border-color: #7565AD; }

 span { border-color: rgb(117,101,173); }

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