Html Css Color HEX #735F99 Scampi

📋 copy color: '#735F99'

red 115 ◦ green 95 ◦ blue 153

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

Shades of Scampi #735F99

Tints of Scampi #735F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 31.68%
G = 26.17%
B = 42.15%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#735F99 (or 0x735F99) is known color: Scampi. HEX triplet: 73, 5F and 99. RGB value is (115,95,153). Sum of RGB (Red+Green+Blue) = 115+95+153=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #735F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F99 is #8CA066. Grayscale: #6B6B6B. Windows color (decimal): -9216103 or 10051443. OLE color: 10051443.

HSL color Cylindrical-coordinate representation of color #735F99: hue angle of 260.69º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #735F99 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 95 153 -
CMYK 0.25 0.38 0 0.4
HSL 260.69º 0.23% 0.49% -
HSV(B) 260.69º 0.38% 0.6% -
XYZ 16.91 14.13 31.97 -
YUV 107.59 153.63 133.28 -
System Red Green Blue C M Y K H S L
Decimal 115 95 153 0.25 0.38 0 0.4 260.69 0.23 0.49
Hex 73 5F 99 19 26 0 28 105 17 31
Octal 163 137 231 31 46 0 50 405 27 61
Binary 1110011 1011111 10011001 11001 100110 0 101000 100000101 10111 110001

Color Harmonies of #735F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F99

Black with #735F99

Text Example


Text Example

White with #735F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735F99; }

 p { color: rgb(115,95,153); }

 H1.HeaderClassName
 {
   color: #735F99;
 }
 .AnyTagClassName
 {
   color: #735F99;
 }
</style>

background-color css

<style>
 a { background-color: #735F99; }

 a { background-color: rgb(115,95,153); }

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

border-color css

<style>
 span { border-color: #735F99; }

 span { border-color: rgb(115,95,153); }

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