Html Css Color HEX #7567AC Scampi

📋 copy color: '#7567AC'

red 117 ◦ green 103 ◦ blue 172

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

Shades of Scampi #7567AC

Tints of Scampi #7567AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 29.85%
G = 26.28%
B = 43.88%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7567AC (or 0x7567AC) is known color: Scampi. HEX triplet: 75, 67 and AC. RGB value is (117,103,172). Sum of RGB (Red+Green+Blue) = 117+103+172=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #7567AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7567AC is #8A9853. Grayscale: #727272. Windows color (decimal): -9082964 or 11298677. OLE color: 11298677.

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

Color convert

RGB 117 103 172 -
CMYK 0.32 0.40 0 0.33
HSL 252.17º 0.29% 0.54% -
HSV(B) 252.17º 0.4% 0.67% -
XYZ 19.63 16.46 41.17 -
YUV 115.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 117 103 172 0.32 0.40 0 0.33 252.17 0.29 0.54
Hex 75 67 AC 20 28 0 21 FC 1D 36
Octal 165 147 254 40 50 0 41 374 35 66
Binary 1110101 1100111 10101100 100000 101000 0 100001 11111100 11101 110110

Color Harmonies of #7567AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7567AC

Black with #7567AC

Text Example


Text Example

White with #7567AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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