Html Css Color HEX #745198 Studio

📋 copy color: '#745198'

red 116 ◦ green 81 ◦ blue 152

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

Shades of Studio #745198

Tints of Studio #745198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.55%

R = 33.24%
G = 23.21%
B = 43.55%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#745198 (or 0x745198) is known color: Studio. HEX triplet: 74, 51 and 98. RGB value is (116,81,152). Sum of RGB (Red+Green+Blue) = 116+81+152=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #745198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745198 is #8BAE67. Grayscale: #636363. Windows color (decimal): -9154152 or 9982324. OLE color: 9982324.

HSL color Cylindrical-coordinate representation of color #745198: hue angle of 269.58º degrees, saturation: 0.3, 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 #745198 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 81 152 -
CMYK 0.24 0.47 0 0.40
HSL 269.58º 0.3% 0.46% -
HSV(B) 269.58º 0.47% 0.6% -
XYZ 15.81 11.86 31.16 -
YUV 99.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 116 81 152 0.24 0.47 0 0.40 269.58 0.3 0.46
Hex 74 51 98 18 2F 0 28 10E 1E 2E
Octal 164 121 230 30 57 0 50 416 36 56
Binary 1110100 1010001 10011000 11000 101111 0 101000 100001110 11110 101110

Color Harmonies of #745198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745198

Black with #745198

Text Example


Text Example

White with #745198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745198; }

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

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

background-color css

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

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

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

border-color css

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

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

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