Html Css Color HEX #745F98 Scampi

📋 copy color: '#745F98'

red 116 ◦ green 95 ◦ blue 152

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

Shades of Scampi #745F98

Tints of Scampi #745F98

RGB

 RED value IS 116 (45.7% from 255) = 31.96%

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

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

R = 31.96%
G = 26.17%
B = 41.87%

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

#745F98 (or 0x745F98) is known color: Scampi. HEX triplet: 74, 5F and 98. RGB value is (116,95,152). Sum of RGB (Red+Green+Blue) = 116+95+152=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #745F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745F98 is #8BA067. Grayscale: #6B6B6B. Windows color (decimal): -9150568 or 9985908. OLE color: 9985908.

HSL color Cylindrical-coordinate representation of color #745F98: hue angle of 262.11º 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 #745F98 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 95 152 -
CMYK 0.24 0.38 0 0.40
HSL 262.11º 0.23% 0.48% -
HSV(B) 262.11º 0.38% 0.6% -
XYZ 16.96 14.16 31.55 -
YUV 107.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 116 95 152 0.24 0.38 0 0.40 262.11 0.23 0.48
Hex 74 5F 98 18 26 0 28 106 17 30
Octal 164 137 230 30 46 0 50 406 27 60
Binary 1110100 1011111 10011000 11000 100110 0 101000 100000110 10111 110000

Color Harmonies of #745F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F98

Black with #745F98

Text Example


Text Example

White with #745F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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