Html Css Color HEX #74539E Studio

📋 copy color: '#74539E'

red 116 ◦ green 83 ◦ blue 158

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

Shades of Studio #74539E

Tints of Studio #74539E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

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

R = 32.49%
G = 23.25%
B = 44.26%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74539E (or 0x74539E) is known color: Studio. HEX triplet: 74, 53 and 9E. RGB value is (116,83,158). Sum of RGB (Red+Green+Blue) = 116+83+158=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #74539E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74539E is #8BAC61. Grayscale: #656565. Windows color (decimal): -9153634 or 10376052. OLE color: 10376052.

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

Color convert

RGB 116 83 158 -
CMYK 0.27 0.47 0 0.38
HSL 266.4º 0.31% 0.47% -
HSV(B) 266.4º 0.47% 0.62% -
XYZ 16.47 12.37 33.87 -
YUV 101.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 116 83 158 0.27 0.47 0 0.38 266.4 0.31 0.47
Hex 74 53 9E 1B 2F 0 26 10A 1F 2F
Octal 164 123 236 33 57 0 46 412 37 57
Binary 1110100 1010011 10011110 11011 101111 0 100110 100001010 11111 101111

Color Harmonies of #74539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74539E

Black with #74539E

Text Example


Text Example

White with #74539E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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