Html Css Color HEX #735F98 Scampi

📋 copy color: '#735F98'

red 115 ◦ green 95 ◦ blue 152

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

Shades of Scampi #735F98

Tints of Scampi #735F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 31.77%
G = 26.24%
B = 41.99%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#735F98 (or 0x735F98) is known color: Scampi. HEX triplet: 73, 5F and 98. RGB value is (115,95,152). Sum of RGB (Red+Green+Blue) = 115+95+152=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #735F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F98 is #8CA067. Grayscale: #6B6B6B. Windows color (decimal): -9216104 or 9985907. OLE color: 9985907.

HSL color Cylindrical-coordinate representation of color #735F98: hue angle of 261.05º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #735F98 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 95 152 -
CMYK 0.24 0.38 0 0.40
HSL 261.05º 0.23% 0.48% -
HSV(B) 261.05º 0.38% 0.6% -
XYZ 16.83 14.1 31.54 -
YUV 107.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 115 95 152 0.24 0.38 0 0.40 261.05 0.23 0.48
Hex 73 5F 98 18 26 0 28 105 17 30
Octal 163 137 230 30 46 0 50 405 27 60
Binary 1110011 1011111 10011000 11000 100110 0 101000 100000101 10111 110000

Color Harmonies of #735F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F98

Black with #735F98

Text Example


Text Example

White with #735F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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