Html Css Color HEX #745FA2 Scampi

📋 copy color: '#745FA2'

red 116 ◦ green 95 ◦ blue 162

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

Shades of Scampi #745FA2

Tints of Scampi #745FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.43%

R = 31.1%
G = 25.47%
B = 43.43%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#745FA2 (or 0x745FA2) is known color: Scampi. HEX triplet: 74, 5F and A2. RGB value is (116,95,162). Sum of RGB (Red+Green+Blue) = 116+95+162=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #745FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745FA2 is #8BA05D. Grayscale: #6C6C6C. Windows color (decimal): -9150558 or 10641268. OLE color: 10641268.

HSL color Cylindrical-coordinate representation of color #745FA2: hue angle of 258.81º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745FA2 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 95 162 -
CMYK 0.28 0.41 0 0.36
HSL 258.81º 0.26% 0.5% -
HSV(B) 258.81º 0.41% 0.64% -
XYZ 17.82 14.51 36.04 -
YUV 108.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 116 95 162 0.28 0.41 0 0.36 258.81 0.26 0.5
Hex 74 5F A2 1C 29 0 24 103 1A 32
Octal 164 137 242 34 51 0 44 403 32 62
Binary 1110100 1011111 10100010 11100 101001 0 100100 100000011 11010 110010

Color Harmonies of #745FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FA2

Black with #745FA2

Text Example


Text Example

White with #745FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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