Html Css Color HEX #73679F Scampi

📋 copy color: '#73679F'

red 115 ◦ green 103 ◦ blue 159

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

Shades of Scampi #73679F

Tints of Scampi #73679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.32%

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

R = 30.5%
G = 27.32%
B = 42.18%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73679F (or 0x73679F) is known color: Scampi. HEX triplet: 73, 67 and 9F. RGB value is (115,103,159). Sum of RGB (Red+Green+Blue) = 115+103+159=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #73679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73679F is #8C9860. Grayscale: #707070. Windows color (decimal): -9214049 or 10446707. OLE color: 10446707.

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

Color convert

RGB 115 103 159 -
CMYK 0.28 0.35 0 0.38
HSL 252.86º 0.23% 0.51% -
HSV(B) 252.86º 0.35% 0.62% -
XYZ 18.18 15.85 34.9 -
YUV 112.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 115 103 159 0.28 0.35 0 0.38 252.86 0.23 0.51
Hex 73 67 9F 1C 23 0 26 FD 17 33
Octal 163 147 237 34 43 0 46 375 27 63
Binary 1110011 1100111 10011111 11100 100011 0 100110 11111101 10111 110011

Color Harmonies of #73679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73679F

Black with #73679F

Text Example


Text Example

White with #73679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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