Html Css Color HEX #745694 Studio

📋 copy color: '#745694'

red 116 ◦ green 86 ◦ blue 148

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

Shades of Studio #745694

Tints of Studio #745694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

 BLUE value IS 148 (58.2% from 255) = 42.29%

R = 33.14%
G = 24.57%
B = 42.29%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745694 (or 0x745694) is known color: Studio. HEX triplet: 74, 56 and 94. RGB value is (116,86,148). Sum of RGB (Red+Green+Blue) = 116+86+148=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #745694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745694 is #8BA96B. Grayscale: #656565. Windows color (decimal): -9152876 or 9721460. OLE color: 9721460.

HSL color Cylindrical-coordinate representation of color #745694: hue angle of 269.03º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745694 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 86 148 -
CMYK 0.22 0.42 0 0.42
HSL 269.03º 0.26% 0.46% -
HSV(B) 269.03º 0.42% 0.58% -
XYZ 15.88 12.51 29.59 -
YUV 102.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 116 86 148 0.22 0.42 0 0.42 269.03 0.26 0.46
Hex 74 56 94 16 2A 0 2A 10D 1A 2E
Octal 164 126 224 26 52 0 52 415 32 56
Binary 1110100 1010110 10010100 10110 101010 0 101010 100001101 11010 101110

Color Harmonies of #745694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745694

Black with #745694

Text Example


Text Example

White with #745694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745694; }

 p { color: rgb(116,86,148); }

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

background-color css

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

 a { background-color: rgb(116,86,148); }

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

border-color css

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

 span { border-color: rgb(116,86,148); }

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