Html Css Color HEX #7568AB Scampi

📋 copy color: '#7568AB'

red 117 ◦ green 104 ◦ blue 171

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

Shades of Scampi #7568AB

Tints of Scampi #7568AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.53%

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 29.85%
G = 26.53%
B = 43.62%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7568AB (or 0x7568AB) is known color: Scampi. HEX triplet: 75, 68 and AB. RGB value is (117,104,171). Sum of RGB (Red+Green+Blue) = 117+104+171=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #7568AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7568AB is #8A9754. Grayscale: #737373. Windows color (decimal): -9082709 or 11233397. OLE color: 11233397.

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

Color convert

RGB 117 104 171 -
CMYK 0.32 0.39 0 0.33
HSL 251.64º 0.29% 0.54% -
HSV(B) 251.64º 0.39% 0.67% -
XYZ 19.64 16.62 40.7 -
YUV 115.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 117 104 171 0.32 0.39 0 0.33 251.64 0.29 0.54
Hex 75 68 AB 20 27 0 21 FC 1D 36
Octal 165 150 253 40 47 0 41 374 35 66
Binary 1110101 1101000 10101011 100000 100111 0 100001 11111100 11101 110110

Color Harmonies of #7568AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7568AB

Black with #7568AB

Text Example


Text Example

White with #7568AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7568AB; }

 p { color: rgb(117,104,171); }

 H1.HeaderClassName
 {
   color: #7568AB;
 }
 .AnyTagClassName
 {
   color: #7568AB;
 }
</style>

background-color css

<style>
 a { background-color: #7568AB; }

 a { background-color: rgb(117,104,171); }

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

border-color css

<style>
 span { border-color: #7568AB; }

 span { border-color: rgb(117,104,171); }

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