Html Css Color HEX #745099 Studio

📋 copy color: '#745099'

red 116 ◦ green 80 ◦ blue 153

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

Shades of Studio #745099

Tints of Studio #745099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

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

R = 33.24%
G = 22.92%
B = 43.84%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#745099 (or 0x745099) is known color: Studio. HEX triplet: 74, 50 and 99. RGB value is (116,80,153). Sum of RGB (Red+Green+Blue) = 116+80+153=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #745099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745099 is #8BAF66. Grayscale: #626262. Windows color (decimal): -9154407 or 10047604. OLE color: 10047604.

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

Color convert

RGB 116 80 153 -
CMYK 0.24 0.48 0 0.4
HSL 269.59º 0.31% 0.46% -
HSV(B) 269.59º 0.48% 0.6% -
XYZ 15.82 11.75 31.57 -
YUV 99.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 116 80 153 0.24 0.48 0 0.4 269.59 0.31 0.46
Hex 74 50 99 18 30 0 28 10E 1F 2E
Octal 164 120 231 30 60 0 50 416 37 56
Binary 1110100 1010000 10011001 11000 110000 0 101000 100001110 11111 101110

Color Harmonies of #745099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745099

Black with #745099

Text Example


Text Example

White with #745099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745099; }

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

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

background-color css

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

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

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

border-color css

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

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

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