Html Css Color HEX #7361AB Scampi

📋 copy color: '#7361AB'

red 115 ◦ green 97 ◦ blue 171

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

Shades of Scampi #7361AB

Tints of Scampi #7361AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.33%

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

R = 30.03%
G = 25.33%
B = 44.65%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7361AB (or 0x7361AB) is known color: Scampi. HEX triplet: 73, 61 and AB. RGB value is (115,97,171). Sum of RGB (Red+Green+Blue) = 115+97+171=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #7361AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7361AB is #8C9E54. Grayscale: #6E6E6E. Windows color (decimal): -9215573 or 11231603. OLE color: 11231603.

HSL color Cylindrical-coordinate representation of color #7361AB: hue angle of 254.59º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7361AB is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 97 171 -
CMYK 0.33 0.43 0 0.33
HSL 254.59º 0.31% 0.53% -
HSV(B) 254.59º 0.43% 0.67% -
XYZ 18.7 15.13 40.46 -
YUV 110.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 115 97 171 0.33 0.43 0 0.33 254.59 0.31 0.53
Hex 73 61 AB 21 2B 0 21 FF 1F 35
Octal 163 141 253 41 53 0 41 377 37 65
Binary 1110011 1100001 10101011 100001 101011 0 100001 11111111 11111 110101

Color Harmonies of #7361AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7361AB

Black with #7361AB

Text Example


Text Example

White with #7361AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,97,171); }

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

background-color css

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

 a { background-color: rgb(115,97,171); }

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

border-color css

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

 span { border-color: rgb(115,97,171); }

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