Html Css Color HEX #74579D Studio

📋 copy color: '#74579D'

red 116 ◦ green 87 ◦ blue 157

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

Shades of Studio #74579D

Tints of Studio #74579D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 32.22%
G = 24.17%
B = 43.61%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74579D (or 0x74579D) is known color: Studio. HEX triplet: 74, 57 and 9D. RGB value is (116,87,157). Sum of RGB (Red+Green+Blue) = 116+87+157=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #74579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74579D is #8BA862. Grayscale: #676767. Windows color (decimal): -9152611 or 10311540. OLE color: 10311540.

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

Color convert

RGB 116 87 157 -
CMYK 0.26 0.45 0 0.38
HSL 264.86º 0.29% 0.48% -
HSV(B) 264.86º 0.45% 0.62% -
XYZ 16.7 12.96 33.52 -
YUV 103.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 116 87 157 0.26 0.45 0 0.38 264.86 0.29 0.48
Hex 74 57 9D 1A 2D 0 26 109 1D 30
Octal 164 127 235 32 55 0 46 411 35 60
Binary 1110100 1010111 10011101 11010 101101 0 100110 100001001 11101 110000

Color Harmonies of #74579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74579D

Black with #74579D

Text Example


Text Example

White with #74579D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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