Html Css Color HEX #735CA6 Scampi

📋 copy color: '#735CA6'

red 115 ◦ green 92 ◦ blue 166

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

Shades of Scampi #735CA6

Tints of Scampi #735CA6

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.5%

R = 30.83%
G = 24.66%
B = 44.5%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#735CA6 (or 0x735CA6) is known color: 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

RGB 115 92 166 -
CMYK 0.31 0.45 0 0.35
HSL 258.65º 0.29% 0.51% -
HSV(B) 258.65º 0.45% 0.65% -
XYZ 17.78 14.05 37.85 -
YUV 107.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 115 92 166 0.31 0.45 0 0.35 258.65 0.29 0.51
Hex 73 5C A6 1F 2D 0 23 103 1D 33
Octal 163 134 246 37 55 0 43 403 35 63
Binary 1110011 1011100 10100110 11111 101101 0 100011 100000011 11101 110011

Color Harmonies of #735CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735CA6

Black with #735CA6

Text Example


Text Example

White with #735CA6

Text Example


Text Example

HTML Codes & Css Web 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>