Html Css Color HEX #745193 Studio

📋 copy color: '#745193'

red 116 ◦ green 81 ◦ blue 147

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

Shades of Studio #745193

Tints of Studio #745193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

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

R = 33.72%
G = 23.55%
B = 42.73%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745193 (or 0x745193) is known color: Studio. HEX triplet: 74, 51 and 93. RGB value is (116,81,147). Sum of RGB (Red+Green+Blue) = 116+81+147=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #745193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745193 is #8BAE6C. Grayscale: #626262. Windows color (decimal): -9154157 or 9654644. OLE color: 9654644.

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

Color convert

RGB 116 81 147 -
CMYK 0.21 0.45 0 0.42
HSL 271.82º 0.29% 0.45% -
HSV(B) 271.82º 0.45% 0.58% -
XYZ 15.41 11.7 29.05 -
YUV 98.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 116 81 147 0.21 0.45 0 0.42 271.82 0.29 0.45
Hex 74 51 93 15 2D 0 2A 110 1D 2D
Octal 164 121 223 25 55 0 52 420 35 55
Binary 1110100 1010001 10010011 10101 101101 0 101010 100010000 11101 101101

Color Harmonies of #745193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745193

Black with #745193

Text Example


Text Example

White with #745193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745193; }

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

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

background-color css

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

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

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

border-color css

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

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

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