Html Css Color HEX #745293 Studio

📋 copy color: '#745293'

red 116 ◦ green 82 ◦ blue 147

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

Shades of Studio #745293

Tints of Studio #745293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 33.62%
G = 23.77%
B = 42.61%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745293 (or 0x745293) is known color: Studio. HEX triplet: 74, 52 and 93. RGB value is (116,82,147). Sum of RGB (Red+Green+Blue) = 116+82+147=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #745293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745293 is #8BAD6C. Grayscale: #636363. Windows color (decimal): -9153901 or 9654900. OLE color: 9654900.

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

Color convert

RGB 116 82 147 -
CMYK 0.21 0.44 0 0.42
HSL 271.38º 0.28% 0.45% -
HSV(B) 271.38º 0.44% 0.58% -
XYZ 15.49 11.85 29.08 -
YUV 99.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 116 82 147 0.21 0.44 0 0.42 271.38 0.28 0.45
Hex 74 52 93 15 2C 0 2A 10F 1C 2D
Octal 164 122 223 25 54 0 52 417 34 55
Binary 1110100 1010010 10010011 10101 101100 0 101010 100001111 11100 101101

Color Harmonies of #745293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745293

Black with #745293

Text Example


Text Example

White with #745293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745293; }

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

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

background-color css

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

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

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

border-color css

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

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

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