Html Css Color HEX #74579F Studio

📋 copy color: '#74579F'

red 116 ◦ green 87 ◦ blue 159

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

Shades of Studio #74579F

Tints of Studio #74579F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.92%

R = 32.04%
G = 24.03%
B = 43.92%

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

#74579F (or 0x74579F) is known color: Studio. HEX triplet: 74, 57 and 9F. RGB value is (116,87,159). Sum of RGB (Red+Green+Blue) = 116+87+159=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #74579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74579F is #8BA860. Grayscale: #676767. Windows color (decimal): -9152609 or 10442612. OLE color: 10442612.

HSL color Cylindrical-coordinate representation of color #74579F: hue angle of 264.17º 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 #74579F is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 87 159 -
CMYK 0.27 0.45 0 0.38
HSL 264.17º 0.29% 0.48% -
HSV(B) 264.17º 0.45% 0.62% -
XYZ 16.87 13.03 34.43 -
YUV 103.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 116 87 159 0.27 0.45 0 0.38 264.17 0.29 0.48
Hex 74 57 9F 1B 2D 0 26 108 1D 30
Octal 164 127 237 33 55 0 46 410 35 60
Binary 1110100 1010111 10011111 11011 101101 0 100110 100001000 11101 110000

Color Harmonies of #74579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74579F

Black with #74579F

Text Example


Text Example

White with #74579F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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