Html Css Color HEX #745497 Studio

📋 copy color: '#745497'

red 116 ◦ green 84 ◦ blue 151

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

Shades of Studio #745497

Tints of Studio #745497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 33.05%
G = 23.93%
B = 43.02%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#745497 (or 0x745497) is known color: Studio. HEX triplet: 74, 54 and 97. RGB value is (116,84,151). Sum of RGB (Red+Green+Blue) = 116+84+151=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #745497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745497 is #8BAB68. Grayscale: #646464. Windows color (decimal): -9153385 or 9917556. OLE color: 9917556.

HSL color Cylindrical-coordinate representation of color #745497: hue angle of 268.66º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745497 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 84 151 -
CMYK 0.23 0.44 0 0.41
HSL 268.66º 0.29% 0.46% -
HSV(B) 268.66º 0.44% 0.59% -
XYZ 15.96 12.29 30.81 -
YUV 101.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 116 84 151 0.23 0.44 0 0.41 268.66 0.29 0.46
Hex 74 54 97 17 2C 0 29 10D 1D 2E
Octal 164 124 227 27 54 0 51 415 35 56
Binary 1110100 1010100 10010111 10111 101100 0 101001 100001101 11101 101110

Color Harmonies of #745497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745497

Black with #745497

Text Example


Text Example

White with #745497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745497; }

 p { color: rgb(116,84,151); }

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

background-color css

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

 a { background-color: rgb(116,84,151); }

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

border-color css

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

 span { border-color: rgb(116,84,151); }

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