Html Css Color HEX #745595 Studio

📋 copy color: '#745595'

red 116 ◦ green 85 ◦ blue 149

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

Shades of Studio #745595

Tints of Studio #745595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 33.14%
G = 24.29%
B = 42.57%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745595 (or 0x745595) is known color: Studio. HEX triplet: 74, 55 and 95. RGB value is (116,85,149). Sum of RGB (Red+Green+Blue) = 116+85+149=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #745595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745595 is #8BAA6A. Grayscale: #656565. Windows color (decimal): -9153131 or 9786740. OLE color: 9786740.

HSL color Cylindrical-coordinate representation of color #745595: hue angle of 269.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #745595 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 85 149 -
CMYK 0.22 0.43 0 0.42
HSL 269.06º 0.27% 0.46% -
HSV(B) 269.06º 0.43% 0.58% -
XYZ 15.88 12.38 29.99 -
YUV 101.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 116 85 149 0.22 0.43 0 0.42 269.06 0.27 0.46
Hex 74 55 95 16 2B 0 2A 10D 1B 2E
Octal 164 125 225 26 53 0 52 415 33 56
Binary 1110100 1010101 10010101 10110 101011 0 101010 100001101 11011 101110

Color Harmonies of #745595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745595

Black with #745595

Text Example


Text Example

White with #745595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745595; }

 p { color: rgb(116,85,149); }

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

background-color css

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

 a { background-color: rgb(116,85,149); }

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

border-color css

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

 span { border-color: rgb(116,85,149); }

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