Html Css Color HEX #735FA6 Scampi

📋 copy color: '#735FA6'

red 115 ◦ green 95 ◦ blue 166

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

Shades of Scampi #735FA6

Tints of Scampi #735FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 30.59%
G = 25.27%
B = 44.15%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#735FA6 (or 0x735FA6) is known color: Scampi. HEX triplet: 73, 5F and A6. RGB value is (115,95,166). Sum of RGB (Red+Green+Blue) = 115+95+166=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #735FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FA6 is #8CA059. Grayscale: #6C6C6C. Windows color (decimal): -9216090 or 10903411. OLE color: 10903411.

HSL color Cylindrical-coordinate representation of color #735FA6: hue angle of 256.9º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #735FA6 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 95 166 -
CMYK 0.31 0.43 0 0.35
HSL 256.9º 0.29% 0.51% -
HSV(B) 256.9º 0.43% 0.65% -
XYZ 18.05 14.58 37.94 -
YUV 109.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 115 95 166 0.31 0.43 0 0.35 256.9 0.29 0.51
Hex 73 5F A6 1F 2B 0 23 101 1D 33
Octal 163 137 246 37 53 0 43 401 35 63
Binary 1110011 1011111 10100110 11111 101011 0 100011 100000001 11101 110011

Color Harmonies of #735FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FA6

Black with #735FA6

Text Example


Text Example

White with #735FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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