Html Css Color HEX #745593 Studio

📋 copy color: '#745593'

red 116 ◦ green 85 ◦ blue 147

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

Shades of Studio #745593

Tints of Studio #745593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

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

R = 33.33%
G = 24.43%
B = 42.24%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745593 (or 0x745593) is known color: Studio. HEX triplet: 74, 55 and 93. RGB value is (116,85,147). Sum of RGB (Red+Green+Blue) = 116+85+147=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #745593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745593 is #8BAA6C. Grayscale: #656565. Windows color (decimal): -9153133 or 9655668. OLE color: 9655668.

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

Color convert

RGB 116 85 147 -
CMYK 0.21 0.42 0 0.42
HSL 270º 0.27% 0.45% -
HSV(B) 270º 0.42% 0.58% -
XYZ 15.72 12.32 29.15 -
YUV 101.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 116 85 147 0.21 0.42 0 0.42 270 0.27 0.45
Hex 74 55 93 15 2A 0 2A 10E 1B 2D
Octal 164 125 223 25 52 0 52 416 33 55
Binary 1110100 1010101 10010011 10101 101010 0 101010 100001110 11011 101101

Color Harmonies of #745593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745593

Black with #745593

Text Example


Text Example

White with #745593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745593; }

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

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

background-color css

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

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

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

border-color css

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

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

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