Html Css Color HEX #7567AE Scampi

📋 copy color: '#7567AE'

red 117 ◦ green 103 ◦ blue 174

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

Shades of Scampi #7567AE

Tints of Scampi #7567AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 29.7%
G = 26.14%
B = 44.16%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7567AE (or 0x7567AE) is known color: Scampi. HEX triplet: 75, 67 and AE. RGB value is (117,103,174). Sum of RGB (Red+Green+Blue) = 117+103+174=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #7567AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7567AE is #8A9851. Grayscale: #737373. Windows color (decimal): -9082962 or 11429749. OLE color: 11429749.

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

Color convert

RGB 117 103 174 -
CMYK 0.33 0.41 0 0.32
HSL 251.83º 0.3% 0.54% -
HSV(B) 251.83º 0.41% 0.68% -
XYZ 19.83 16.54 42.19 -
YUV 115.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 117 103 174 0.33 0.41 0 0.32 251.83 0.3 0.54
Hex 75 67 AE 21 29 0 20 FC 1E 36
Octal 165 147 256 41 51 0 40 374 36 66
Binary 1110101 1100111 10101110 100001 101001 0 100000 11111100 11110 110110

Color Harmonies of #7567AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7567AE

Black with #7567AE

Text Example


Text Example

White with #7567AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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