Html Css Color HEX #7367AA Scampi

📋 copy color: '#7367AA'

red 115 ◦ green 103 ◦ blue 170

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

Shades of Scampi #7367AA

Tints of Scampi #7367AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 29.64%
G = 26.55%
B = 43.81%

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

#7367AA (or 0x7367AA) is known color: Scampi. HEX triplet: 73, 67 and AA. RGB value is (115,103,170). Sum of RGB (Red+Green+Blue) = 115+103+170=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #7367AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7367AA is #8C9855. Grayscale: #717171. Windows color (decimal): -9214038 or 11167603. OLE color: 11167603.

HSL color Cylindrical-coordinate representation of color #7367AA: hue angle of 250.75º degrees, saturation: 0.28, 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 #7367AA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 103 170 -
CMYK 0.32 0.39 0 0.33
HSL 250.75º 0.28% 0.54% -
HSV(B) 250.75º 0.39% 0.67% -
XYZ 19.18 16.25 40.16 -
YUV 114.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 115 103 170 0.32 0.39 0 0.33 250.75 0.28 0.54
Hex 73 67 AA 20 27 0 21 FB 1C 36
Octal 163 147 252 40 47 0 41 373 34 66
Binary 1110011 1100111 10101010 100000 100111 0 100001 11111011 11100 110110

Color Harmonies of #7367AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7367AA

Black with #7367AA

Text Example


Text Example

White with #7367AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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