Html Css Color HEX #735FA5 Scampi

📋 copy color: '#735FA5'

red 115 ◦ green 95 ◦ blue 165

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

Shades of Scampi #735FA5

Tints of Scampi #735FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44%

R = 30.67%
G = 25.33%
B = 44%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#735FA5 (or 0x735FA5) is known color: Scampi. HEX triplet: 73, 5F and A5. RGB value is (115,95,165). Sum of RGB (Red+Green+Blue) = 115+95+165=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #735FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FA5 is #8CA05A. Grayscale: #6C6C6C. Windows color (decimal): -9216091 or 10837875. OLE color: 10837875.

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

Color convert

RGB 115 95 165 -
CMYK 0.30 0.42 0 0.35
HSL 257.14º 0.28% 0.51% -
HSV(B) 257.14º 0.42% 0.65% -
XYZ 17.95 14.55 37.46 -
YUV 108.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 115 95 165 0.30 0.42 0 0.35 257.14 0.28 0.51
Hex 73 5F A5 1E 2A 0 23 101 1C 33
Octal 163 137 245 36 52 0 43 401 34 63
Binary 1110011 1011111 10100101 11110 101010 0 100011 100000001 11100 110011

Color Harmonies of #735FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FA5

Black with #735FA5

Text Example


Text Example

White with #735FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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