Html Css Color HEX #745199 Studio

📋 copy color: '#745199'

red 116 ◦ green 81 ◦ blue 153

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

Shades of Studio #745199

Tints of Studio #745199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

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

R = 33.14%
G = 23.14%
B = 43.71%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#745199 (or 0x745199) is known color: Studio. HEX triplet: 74, 51 and 99. RGB value is (116,81,153). Sum of RGB (Red+Green+Blue) = 116+81+153=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #745199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745199 is #8BAE66. Grayscale: #636363. Windows color (decimal): -9154151 or 10047860. OLE color: 10047860.

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

Color convert

RGB 116 81 153 -
CMYK 0.24 0.47 0 0.4
HSL 269.17º 0.31% 0.46% -
HSV(B) 269.17º 0.47% 0.6% -
XYZ 15.89 11.9 31.6 -
YUV 99.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 116 81 153 0.24 0.47 0 0.4 269.17 0.31 0.46
Hex 74 51 99 18 2F 0 28 10D 1F 2E
Octal 164 121 231 30 57 0 50 415 37 56
Binary 1110100 1010001 10011001 11000 101111 0 101000 100001101 11111 101110

Color Harmonies of #745199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745199

Black with #745199

Text Example


Text Example

White with #745199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745199; }

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

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

background-color css

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

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

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

border-color css

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

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

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