Html Css Color HEX #74509C Studio

📋 copy color: '#74509C'

red 116 ◦ green 80 ◦ blue 156

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

Shades of Studio #74509C

Tints of Studio #74509C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

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

R = 32.95%
G = 22.73%
B = 44.32%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74509C (or 0x74509C) is known color: Studio. HEX triplet: 74, 50 and 9C. RGB value is (116,80,156). Sum of RGB (Red+Green+Blue) = 116+80+156=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #74509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74509C is #8BAF63. Grayscale: #636363. Windows color (decimal): -9154404 or 10244212. OLE color: 10244212.

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

Color convert

RGB 116 80 156 -
CMYK 0.26 0.49 0 0.39
HSL 268.42º 0.32% 0.46% -
HSV(B) 268.42º 0.49% 0.61% -
XYZ 16.07 11.85 32.89 -
YUV 99.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 116 80 156 0.26 0.49 0 0.39 268.42 0.32 0.46
Hex 74 50 9C 1A 31 0 27 10C 20 2E
Octal 164 120 234 32 61 0 47 414 40 56
Binary 1110100 1010000 10011100 11010 110001 0 100111 100001100 100000 101110

Color Harmonies of #74509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74509C

Black with #74509C

Text Example


Text Example

White with #74509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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