Html Css Color HEX #745999 Studio

📋 copy color: '#745999'

red 116 ◦ green 89 ◦ blue 153

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

Shades of Studio #745999

Tints of Studio #745999

RGB

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

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

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

R = 32.4%
G = 24.86%
B = 42.74%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#745999 (or 0x745999) is known color: Studio. HEX triplet: 74, 59 and 99. RGB value is (116,89,153). Sum of RGB (Red+Green+Blue) = 116+89+153=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #745999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745999 is #8BA666. Grayscale: #686868. Windows color (decimal): -9152103 or 10049908. OLE color: 10049908.

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

Color convert

RGB 116 89 153 -
CMYK 0.24 0.42 0 0.4
HSL 265.31º 0.26% 0.47% -
HSV(B) 265.31º 0.42% 0.6% -
XYZ 16.52 13.16 31.81 -
YUV 104.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 116 89 153 0.24 0.42 0 0.4 265.31 0.26 0.47
Hex 74 59 99 18 2A 0 28 109 1A 2F
Octal 164 131 231 30 52 0 50 411 32 57
Binary 1110100 1011001 10011001 11000 101010 0 101000 100001001 11010 101111

Color Harmonies of #745999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745999

Black with #745999

Text Example


Text Example

White with #745999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745999; }

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

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

background-color css

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

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

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

border-color css

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

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

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