Html Css Color HEX #745996 Studio

📋 copy color: '#745996'

red 116 ◦ green 89 ◦ blue 150

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

Shades of Studio #745996

Tints of Studio #745996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.07%

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

R = 32.68%
G = 25.07%
B = 42.25%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#745996 (or 0x745996) is known color: Studio. HEX triplet: 74, 59 and 96. RGB value is (116,89,150). Sum of RGB (Red+Green+Blue) = 116+89+150=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #745996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745996 is #8BA669. Grayscale: #676767. Windows color (decimal): -9152106 or 9853300. OLE color: 9853300.

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

Color convert

RGB 116 89 150 -
CMYK 0.23 0.41 0 0.41
HSL 266.56º 0.26% 0.47% -
HSV(B) 266.56º 0.41% 0.59% -
XYZ 16.28 13.06 30.52 -
YUV 104.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 116 89 150 0.23 0.41 0 0.41 266.56 0.26 0.47
Hex 74 59 96 17 29 0 29 10B 1A 2F
Octal 164 131 226 27 51 0 51 413 32 57
Binary 1110100 1011001 10010110 10111 101001 0 101001 100001011 11010 101111

Color Harmonies of #745996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745996

Black with #745996

Text Example


Text Example

White with #745996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745996; }

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

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

background-color css

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

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

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

border-color css

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

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

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