Html Css Color HEX #74579E Studio

📋 copy color: '#74579E'

red 116 ◦ green 87 ◦ blue 158

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

Shades of Studio #74579E

Tints of Studio #74579E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.1%

 BLUE value IS 158 (62.11% from 255) = 43.77%

R = 32.13%
G = 24.1%
B = 43.77%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74579E (or 0x74579E) is known color: Studio. HEX triplet: 74, 57 and 9E. RGB value is (116,87,158). Sum of RGB (Red+Green+Blue) = 116+87+158=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #74579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74579E is #8BA861. Grayscale: #676767. Windows color (decimal): -9152610 or 10377076. OLE color: 10377076.

HSL color Cylindrical-coordinate representation of color #74579E: hue angle of 264.51º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74579E is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 87 158 -
CMYK 0.27 0.45 0 0.38
HSL 264.51º 0.29% 0.48% -
HSV(B) 264.51º 0.45% 0.62% -
XYZ 16.78 13 33.97 -
YUV 103.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 116 87 158 0.27 0.45 0 0.38 264.51 0.29 0.48
Hex 74 57 9E 1B 2D 0 26 109 1D 30
Octal 164 127 236 33 55 0 46 411 35 60
Binary 1110100 1010111 10011110 11011 101101 0 100110 100001001 11101 110000

Color Harmonies of #74579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74579E

Black with #74579E

Text Example


Text Example

White with #74579E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74579E; }

 p { color: rgb(116,87,158); }

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

background-color css

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

 a { background-color: rgb(116,87,158); }

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

border-color css

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

 span { border-color: rgb(116,87,158); }

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