Html Css Color HEX #74599C Studio

📋 copy color: '#74599C'

red 116 ◦ green 89 ◦ blue 156

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

Shades of Studio #74599C

Tints of Studio #74599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 32.13%
G = 24.65%
B = 43.21%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74599C (or 0x74599C) is known color: Studio. HEX triplet: 74, 59 and 9C. RGB value is (116,89,156). Sum of RGB (Red+Green+Blue) = 116+89+156=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #74599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74599C is #8BA663. Grayscale: #686868. Windows color (decimal): -9152100 or 10246516. OLE color: 10246516.

HSL color Cylindrical-coordinate representation of color #74599C: hue angle of 264.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74599C is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 89 156 -
CMYK 0.26 0.43 0 0.39
HSL 264.18º 0.27% 0.48% -
HSV(B) 264.18º 0.43% 0.61% -
XYZ 16.78 13.26 33.13 -
YUV 104.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 116 89 156 0.26 0.43 0 0.39 264.18 0.27 0.48
Hex 74 59 9C 1A 2B 0 27 108 1B 30
Octal 164 131 234 32 53 0 47 410 33 60
Binary 1110100 1011001 10011100 11010 101011 0 100111 100001000 11011 110000

Color Harmonies of #74599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74599C

Black with #74599C

Text Example


Text Example

White with #74599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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