Html Css Color HEX #73639F Scampi

📋 copy color: '#73639F'

red 115 ◦ green 99 ◦ blue 159

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

Shades of Scampi #73639F

Tints of Scampi #73639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

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

R = 30.83%
G = 26.54%
B = 42.63%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73639F (or 0x73639F) is known color: Scampi. HEX triplet: 73, 63 and 9F. RGB value is (115,99,159). Sum of RGB (Red+Green+Blue) = 115+99+159=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #73639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73639F is #8C9C60. Grayscale: #6E6E6E. Windows color (decimal): -9215073 or 10445683. OLE color: 10445683.

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

Color convert

RGB 115 99 159 -
CMYK 0.28 0.38 0 0.38
HSL 256º 0.24% 0.51% -
HSV(B) 256º 0.38% 0.62% -
XYZ 17.79 15.07 34.77 -
YUV 110.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 115 99 159 0.28 0.38 0 0.38 256 0.24 0.51
Hex 73 63 9F 1C 26 0 26 100 18 33
Octal 163 143 237 34 46 0 46 400 30 63
Binary 1110011 1100011 10011111 11100 100110 0 100110 100000000 11000 110011

Color Harmonies of #73639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73639F

Black with #73639F

Text Example


Text Example

White with #73639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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