#735CA6

Color #735CA6 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #735CA6

Tints of Scampi #735CA6

Color information

#735CA6 (or 0x735CA6) is unknown color: approx Scampi. HEX triplet: 73, 5C and A6. RGB value is (115,92,166). Sum of RGB (Red+Green+Blue) = 115+92+166=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #735CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735CA6 is #8CA359. Grayscale: #6B6B6B. Windows color (decimal): -9216858 or 10902643. OLE color: 10902643.

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

Color convert

RGB11592166-
CMYK0.310.4500.35
HSL258.65º29.37%50.59%-
HSV(B)258.65º44.58%65.1%-
XYZ17.7814.0537.85-
YUV107.31161.12133.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 92 (36.33% from 255) = 24.66%
BLUE value IS 166 (65.23% from 255) = 44.50%
R=30.83%
G=24.66%
B=44.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115921660.310.4500.35258.6529.3750.59
Hex735CA61F2D0231031d33
Octal16313424637550434033563
Binary111001110111001010011011111101101010001110000001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #735CA6;
 }
 .AnyTagClassName
 {
   color: #735CA6;
 }
</style>
background-color css

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

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

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

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

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

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