Html Css Color HEX #7567AB Scampi

📋 copy color: '#7567AB'

red 117 ◦ green 103 ◦ blue 171

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

Shades of Scampi #7567AB

Tints of Scampi #7567AB

RGB

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

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

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

R = 29.92%
G = 26.34%
B = 43.73%

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

#7567AB (or 0x7567AB) is known color: Scampi. HEX triplet: 75, 67 and AB. RGB value is (117,103,171). Sum of RGB (Red+Green+Blue) = 117+103+171=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #7567AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7567AB is #8A9854. Grayscale: #727272. Windows color (decimal): -9082965 or 11233141. OLE color: 11233141.

HSL color Cylindrical-coordinate representation of color #7567AB: hue angle of 252.35º 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 #7567AB is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 103 171 -
CMYK 0.32 0.40 0 0.33
HSL 252.35º 0.29% 0.54% -
HSV(B) 252.35º 0.4% 0.67% -
XYZ 19.54 16.42 40.67 -
YUV 114.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 117 103 171 0.32 0.40 0 0.33 252.35 0.29 0.54
Hex 75 67 AB 20 28 0 21 FC 1D 36
Octal 165 147 253 40 50 0 41 374 35 66
Binary 1110101 1100111 10101011 100000 101000 0 100001 11111100 11101 110110

Color Harmonies of #7567AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7567AB

Black with #7567AB

Text Example


Text Example

White with #7567AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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