Html Css Color HEX #745699 Studio

📋 copy color: '#745699'

red 116 ◦ green 86 ◦ blue 153

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

Shades of Studio #745699

Tints of Studio #745699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 32.68%
G = 24.23%
B = 43.1%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#745699 (or 0x745699) is known color: Studio. HEX triplet: 74, 56 and 99. RGB value is (116,86,153). Sum of RGB (Red+Green+Blue) = 116+86+153=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #745699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745699 is #8BA966. Grayscale: #666666. Windows color (decimal): -9152871 or 10049140. OLE color: 10049140.

HSL color Cylindrical-coordinate representation of color #745699: hue angle of 266.87º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745699 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 86 153 -
CMYK 0.24 0.44 0 0.4
HSL 266.87º 0.28% 0.47% -
HSV(B) 266.87º 0.44% 0.6% -
XYZ 16.28 12.67 31.72 -
YUV 102.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 116 86 153 0.24 0.44 0 0.4 266.87 0.28 0.47
Hex 74 56 99 18 2C 0 28 10B 1C 2F
Octal 164 126 231 30 54 0 50 413 34 57
Binary 1110100 1010110 10011001 11000 101100 0 101000 100001011 11100 101111

Color Harmonies of #745699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745699

Black with #745699

Text Example


Text Example

White with #745699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745699; }

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

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

background-color css

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

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

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

border-color css

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

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

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