Html Css Color HEX #745196 Studio

📋 copy color: '#745196'

red 116 ◦ green 81 ◦ blue 150

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

Shades of Studio #745196

Tints of Studio #745196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 33.43%
G = 23.34%
B = 43.23%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#745196 (or 0x745196) is known color: Studio. HEX triplet: 74, 51 and 96. RGB value is (116,81,150). Sum of RGB (Red+Green+Blue) = 116+81+150=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #745196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745196 is #8BAE69. Grayscale: #636363. Windows color (decimal): -9154154 or 9851252. OLE color: 9851252.

HSL color Cylindrical-coordinate representation of color #745196: hue angle of 270.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745196 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 81 150 -
CMYK 0.23 0.46 0 0.41
HSL 270.43º 0.3% 0.45% -
HSV(B) 270.43º 0.46% 0.59% -
XYZ 15.65 11.8 30.31 -
YUV 99.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 116 81 150 0.23 0.46 0 0.41 270.43 0.3 0.45
Hex 74 51 96 17 2E 0 29 10E 1E 2D
Octal 164 121 226 27 56 0 51 416 36 55
Binary 1110100 1010001 10010110 10111 101110 0 101001 100001110 11110 101101

Color Harmonies of #745196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745196

Black with #745196

Text Example


Text Example

White with #745196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745196; }

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

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

background-color css

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

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

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

border-color css

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

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

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