Html Css Color HEX #7367AC Scampi

📋 copy color: '#7367AC'

red 115 ◦ green 103 ◦ blue 172

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

Shades of Scampi #7367AC

Tints of Scampi #7367AC

RGB

 RED value IS 115 (45.31% from 255) = 29.49%

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

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

R = 29.49%
G = 26.41%
B = 44.1%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7367AC (or 0x7367AC) is known color: Scampi. HEX triplet: 73, 67 and AC. RGB value is (115,103,172). Sum of RGB (Red+Green+Blue) = 115+103+172=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #7367AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7367AC is #8C9853. Grayscale: #727272. Windows color (decimal): -9214036 or 11298675. OLE color: 11298675.

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

Color convert

RGB 115 103 172 -
CMYK 0.33 0.40 0 0.33
HSL 250.43º 0.29% 0.54% -
HSV(B) 250.43º 0.4% 0.67% -
XYZ 19.37 16.32 41.16 -
YUV 114.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 115 103 172 0.33 0.40 0 0.33 250.43 0.29 0.54
Hex 73 67 AC 21 28 0 21 FA 1D 36
Octal 163 147 254 41 50 0 41 372 35 66
Binary 1110011 1100111 10101100 100001 101000 0 100001 11111010 11101 110110

Color Harmonies of #7367AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7367AC

Black with #7367AC

Text Example


Text Example

White with #7367AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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