Html Css Color HEX #745492 Studio

📋 copy color: '#745492'

red 116 ◦ green 84 ◦ blue 146

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

Shades of Studio #745492

Tints of Studio #745492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 33.53%
G = 24.28%
B = 42.2%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#745492 (or 0x745492) is known color: Studio. HEX triplet: 74, 54 and 92. RGB value is (116,84,146). Sum of RGB (Red+Green+Blue) = 116+84+146=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #745492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745492 is #8BAB6D. Grayscale: #646464. Windows color (decimal): -9153390 or 9589876. OLE color: 9589876.

HSL color Cylindrical-coordinate representation of color #745492: hue angle of 270.97º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745492 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 84 146 -
CMYK 0.21 0.42 0 0.43
HSL 270.97º 0.27% 0.45% -
HSV(B) 270.97º 0.42% 0.57% -
XYZ 15.56 12.13 28.72 -
YUV 100.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 116 84 146 0.21 0.42 0 0.43 270.97 0.27 0.45
Hex 74 54 92 15 2A 0 2B 10F 1B 2D
Octal 164 124 222 25 52 0 53 417 33 55
Binary 1110100 1010100 10010010 10101 101010 0 101011 100001111 11011 101101

Color Harmonies of #745492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745492

Black with #745492

Text Example


Text Example

White with #745492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745492; }

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

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

background-color css

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

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

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

border-color css

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

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

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