Html Css Color HEX #745396 Studio

📋 copy color: '#745396'

red 116 ◦ green 83 ◦ blue 150

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

Shades of Studio #745396

Tints of Studio #745396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 33.24%
G = 23.78%
B = 42.98%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#745396 (or 0x745396) is known color: Studio. HEX triplet: 74, 53 and 96. RGB value is (116,83,150). Sum of RGB (Red+Green+Blue) = 116+83+150=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #745396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745396 is #8BAC69. Grayscale: #646464. Windows color (decimal): -9153642 or 9851764. OLE color: 9851764.

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

Color convert

RGB 116 83 150 -
CMYK 0.23 0.45 0 0.41
HSL 269.55º 0.29% 0.46% -
HSV(B) 269.55º 0.45% 0.59% -
XYZ 15.8 12.1 30.36 -
YUV 100.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 116 83 150 0.23 0.45 0 0.41 269.55 0.29 0.46
Hex 74 53 96 17 2D 0 29 10E 1D 2E
Octal 164 123 226 27 55 0 51 416 35 56
Binary 1110100 1010011 10010110 10111 101101 0 101001 100001110 11101 101110

Color Harmonies of #745396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745396

Black with #745396

Text Example


Text Example

White with #745396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745396; }

 p { color: rgb(116,83,150); }

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

background-color css

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

 a { background-color: rgb(116,83,150); }

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

border-color css

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

 span { border-color: rgb(116,83,150); }

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