Html Css Color HEX #73659F Scampi

📋 copy color: '#73659F'

red 115 ◦ green 101 ◦ blue 159

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

Shades of Scampi #73659F

Tints of Scampi #73659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.93%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 30.67%
G = 26.93%
B = 42.4%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73659F (or 0x73659F) is known color: Scampi. HEX triplet: 73, 65 and 9F. RGB value is (115,101,159). Sum of RGB (Red+Green+Blue) = 115+101+159=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #73659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73659F is #8C9A60. Grayscale: #6F6F6F. Windows color (decimal): -9214561 or 10446195. OLE color: 10446195.

HSL color Cylindrical-coordinate representation of color #73659F: hue angle of 254.48º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73659F is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 101 159 -
CMYK 0.28 0.36 0 0.38
HSL 254.48º 0.23% 0.51% -
HSV(B) 254.48º 0.36% 0.62% -
XYZ 17.98 15.46 34.84 -
YUV 111.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 115 101 159 0.28 0.36 0 0.38 254.48 0.23 0.51
Hex 73 65 9F 1C 24 0 26 FE 17 33
Octal 163 145 237 34 44 0 46 376 27 63
Binary 1110011 1100101 10011111 11100 100100 0 100110 11111110 10111 110011

Color Harmonies of #73659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73659F

Black with #73659F

Text Example


Text Example

White with #73659F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73659F; }

 p { color: rgb(115,101,159); }

 H1.HeaderClassName
 {
   color: #73659F;
 }
 .AnyTagClassName
 {
   color: #73659F;
 }
</style>

background-color css

<style>
 a { background-color: #73659F; }

 a { background-color: rgb(115,101,159); }

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

border-color css

<style>
 span { border-color: #73659F; }

 span { border-color: rgb(115,101,159); }

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