Html Css Color HEX #74539F Studio

📋 copy color: '#74539F'

red 116 ◦ green 83 ◦ blue 159

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

Shades of Studio #74539F

Tints of Studio #74539F

RGB

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

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

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

R = 32.4%
G = 23.18%
B = 44.41%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74539F (or 0x74539F) is known color: Studio. HEX triplet: 74, 53 and 9F. RGB value is (116,83,159). Sum of RGB (Red+Green+Blue) = 116+83+159=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #74539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74539F is #8BAC60. Grayscale: #656565. Windows color (decimal): -9153633 or 10441588. OLE color: 10441588.

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

Color convert

RGB 116 83 159 -
CMYK 0.27 0.48 0 0.38
HSL 266.05º 0.31% 0.47% -
HSV(B) 266.05º 0.48% 0.62% -
XYZ 16.55 12.4 34.32 -
YUV 101.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 116 83 159 0.27 0.48 0 0.38 266.05 0.31 0.47
Hex 74 53 9F 1B 30 0 26 10A 1F 2F
Octal 164 123 237 33 60 0 46 412 37 57
Binary 1110100 1010011 10011111 11011 110000 0 100110 100001010 11111 101111

Color Harmonies of #74539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74539F

Black with #74539F

Text Example


Text Example

White with #74539F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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