Html Css Color HEX #745599 Studio

📋 copy color: '#745599'

red 116 ◦ green 85 ◦ blue 153

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

Shades of Studio #745599

Tints of Studio #745599

RGB

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

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

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

R = 32.77%
G = 24.01%
B = 43.22%

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

#745599 (or 0x745599) is known color: Studio. HEX triplet: 74, 55 and 99. RGB value is (116,85,153). Sum of RGB (Red+Green+Blue) = 116+85+153=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #745599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745599 is #8BAA66. Grayscale: #656565. Windows color (decimal): -9153127 or 10048884. OLE color: 10048884.

HSL color Cylindrical-coordinate representation of color #745599: hue angle of 267.35º degrees, saturation: 0.29, 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 #745599 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 85 153 -
CMYK 0.24 0.44 0 0.4
HSL 267.35º 0.29% 0.47% -
HSV(B) 267.35º 0.44% 0.6% -
XYZ 16.2 12.51 31.7 -
YUV 102.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 116 85 153 0.24 0.44 0 0.4 267.35 0.29 0.47
Hex 74 55 99 18 2C 0 28 10B 1D 2F
Octal 164 125 231 30 54 0 50 413 35 57
Binary 1110100 1010101 10011001 11000 101100 0 101000 100001011 11101 101111

Color Harmonies of #745599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745599

Black with #745599

Text Example


Text Example

White with #745599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745599; }

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

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

background-color css

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

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

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

border-color css

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

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

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