Html Css Color HEX #745295 Studio

📋 copy color: '#745295'

red 116 ◦ green 82 ◦ blue 149

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

Shades of Studio #745295

Tints of Studio #745295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.63%

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 33.43%
G = 23.63%
B = 42.94%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745295 (or 0x745295) is known color: Studio. HEX triplet: 74, 52 and 95. RGB value is (116,82,149). Sum of RGB (Red+Green+Blue) = 116+82+149=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #745295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745295 is #8BAD6A. Grayscale: #636363. Windows color (decimal): -9153899 or 9785972. OLE color: 9785972.

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

Color convert

RGB 116 82 149 -
CMYK 0.22 0.45 0 0.42
HSL 270.45º 0.29% 0.45% -
HSV(B) 270.45º 0.45% 0.58% -
XYZ 15.64 11.92 29.91 -
YUV 99.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 116 82 149 0.22 0.45 0 0.42 270.45 0.29 0.45
Hex 74 52 95 16 2D 0 2A 10E 1D 2D
Octal 164 122 225 26 55 0 52 416 35 55
Binary 1110100 1010010 10010101 10110 101101 0 101010 100001110 11101 101101

Color Harmonies of #745295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745295

Black with #745295

Text Example


Text Example

White with #745295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745295; }

 p { color: rgb(116,82,149); }

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

background-color css

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

 a { background-color: rgb(116,82,149); }

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

border-color css

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

 span { border-color: rgb(116,82,149); }

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