Html Css Color HEX #745693 Studio

📋 copy color: '#745693'

red 116 ◦ green 86 ◦ blue 147

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

Shades of Studio #745693

Tints of Studio #745693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

 BLUE value IS 147 (57.81% from 255) = 42.12%

R = 33.24%
G = 24.64%
B = 42.12%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745693 (or 0x745693) is known color: Studio. HEX triplet: 74, 56 and 93. RGB value is (116,86,147). Sum of RGB (Red+Green+Blue) = 116+86+147=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #745693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745693 is #8BA96C. Grayscale: #656565. Windows color (decimal): -9152877 or 9655924. OLE color: 9655924.

HSL color Cylindrical-coordinate representation of color #745693: hue angle of 269.51º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745693 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 86 147 -
CMYK 0.21 0.41 0 0.42
HSL 269.51º 0.26% 0.46% -
HSV(B) 269.51º 0.41% 0.58% -
XYZ 15.8 12.48 29.18 -
YUV 101.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 116 86 147 0.21 0.41 0 0.42 269.51 0.26 0.46
Hex 74 56 93 15 29 0 2A 10E 1A 2E
Octal 164 126 223 25 51 0 52 416 32 56
Binary 1110100 1010110 10010011 10101 101001 0 101010 100001110 11010 101110

Color Harmonies of #745693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745693

Black with #745693

Text Example


Text Example

White with #745693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745693; }

 p { color: rgb(116,86,147); }

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

background-color css

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

 a { background-color: rgb(116,86,147); }

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

border-color css

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

 span { border-color: rgb(116,86,147); }

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