Html Css Color HEX #735DAA Scampi

📋 copy color: '#735DAA'

red 115 ◦ green 93 ◦ blue 170

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

Shades of Scampi #735DAA

Tints of Scampi #735DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

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

R = 30.42%
G = 24.6%
B = 44.97%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#735DAA (or 0x735DAA) is known color: Scampi. HEX triplet: 73, 5D and AA. RGB value is (115,93,170). Sum of RGB (Red+Green+Blue) = 115+93+170=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #735DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735DAA is #8CA255. Grayscale: #6C6C6C. Windows color (decimal): -9216598 or 11165043. OLE color: 11165043.

HSL color Cylindrical-coordinate representation of color #735DAA: hue angle of 257.14º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #735DAA is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 93 170 -
CMYK 0.32 0.45 0 0.33
HSL 257.14º 0.31% 0.52% -
HSV(B) 257.14º 0.45% 0.67% -
XYZ 18.24 14.38 39.84 -
YUV 108.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 115 93 170 0.32 0.45 0 0.33 257.14 0.31 0.52
Hex 73 5D AA 20 2D 0 21 101 1F 34
Octal 163 135 252 40 55 0 41 401 37 64
Binary 1110011 1011101 10101010 100000 101101 0 100001 100000001 11111 110100

Color Harmonies of #735DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DAA

Black with #735DAA

Text Example


Text Example

White with #735DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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