Html Css Color HEX #7567AD Scampi

📋 copy color: '#7567AD'

red 117 ◦ green 103 ◦ blue 173

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

Shades of Scampi #7567AD

Tints of Scampi #7567AD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.21%

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

R = 29.77%
G = 26.21%
B = 44.02%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7567AD (or 0x7567AD) is known color: Scampi. HEX triplet: 75, 67 and AD. RGB value is (117,103,173). Sum of RGB (Red+Green+Blue) = 117+103+173=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7567AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7567AD is #8A9852. Grayscale: #727272. Windows color (decimal): -9082963 or 11364213. OLE color: 11364213.

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

Color convert

RGB 117 103 173 -
CMYK 0.32 0.40 0 0.32
HSL 252º 0.3% 0.54% -
HSV(B) 252º 0.4% 0.68% -
XYZ 19.73 16.5 41.68 -
YUV 115.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 117 103 173 0.32 0.40 0 0.32 252 0.3 0.54
Hex 75 67 AD 20 28 0 20 FC 1E 36
Octal 165 147 255 40 50 0 40 374 36 66
Binary 1110101 1100111 10101101 100000 101000 0 100000 11111100 11110 110110

Color Harmonies of #7567AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7567AD

Black with #7567AD

Text Example


Text Example

White with #7567AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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