Html Css Color HEX #74599A Studio

📋 copy color: '#74599A'

red 116 ◦ green 89 ◦ blue 154

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

Shades of Studio #74599A

Tints of Studio #74599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.79%

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 32.31%
G = 24.79%
B = 42.9%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74599A (or 0x74599A) is known color: Studio. HEX triplet: 74, 59 and 9A. RGB value is (116,89,154). Sum of RGB (Red+Green+Blue) = 116+89+154=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #74599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74599A is #8BA665. Grayscale: #686868. Windows color (decimal): -9152102 or 10115444. OLE color: 10115444.

HSL color Cylindrical-coordinate representation of color #74599A: hue angle of 264.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74599A is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 89 154 -
CMYK 0.25 0.42 0 0.40
HSL 264.92º 0.27% 0.48% -
HSV(B) 264.92º 0.42% 0.6% -
XYZ 16.61 13.19 32.24 -
YUV 104.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 116 89 154 0.25 0.42 0 0.40 264.92 0.27 0.48
Hex 74 59 9A 19 2A 0 28 109 1B 30
Octal 164 131 232 31 52 0 50 411 33 60
Binary 1110100 1011001 10011010 11001 101010 0 101000 100001001 11011 110000

Color Harmonies of #74599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74599A

Black with #74599A

Text Example


Text Example

White with #74599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74599A; }

 p { color: rgb(116,89,154); }

 H1.HeaderClassName
 {
   color: #74599A;
 }
 .AnyTagClassName
 {
   color: #74599A;
 }
</style>

background-color css

<style>
 a { background-color: #74599A; }

 a { background-color: rgb(116,89,154); }

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

border-color css

<style>
 span { border-color: #74599A; }

 span { border-color: rgb(116,89,154); }

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