Html Css Color HEX #735B9D Scampi

📋 copy color: '#735B9D'

red 115 ◦ green 91 ◦ blue 157

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

Shades of Scampi #735B9D

Tints of Scampi #735B9D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.07%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 31.68%
G = 25.07%
B = 43.25%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#735B9D (or 0x735B9D) is known color: Scampi. HEX triplet: 73, 5B and 9D. RGB value is (115,91,157). Sum of RGB (Red+Green+Blue) = 115+91+157=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #735B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735B9D is #8CA462. Grayscale: #696969. Windows color (decimal): -9217123 or 10312563. OLE color: 10312563.

HSL color Cylindrical-coordinate representation of color #735B9D: hue angle of 261.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #735B9D is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 91 157 -
CMYK 0.27 0.42 0 0.38
HSL 261.82º 0.27% 0.49% -
HSV(B) 261.82º 0.42% 0.62% -
XYZ 16.9 13.56 33.63 -
YUV 105.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 115 91 157 0.27 0.42 0 0.38 261.82 0.27 0.49
Hex 73 5B 9D 1B 2A 0 26 106 1B 31
Octal 163 133 235 33 52 0 46 406 33 61
Binary 1110011 1011011 10011101 11011 101010 0 100110 100000110 11011 110001

Color Harmonies of #735B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735B9D

Black with #735B9D

Text Example


Text Example

White with #735B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,91,157); }

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

background-color css

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

 a { background-color: rgb(115,91,157); }

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

border-color css

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

 span { border-color: rgb(115,91,157); }

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