Html Css Color HEX #74509F Studio

📋 copy color: '#74509F'

red 116 ◦ green 80 ◦ blue 159

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

Shades of Studio #74509F

Tints of Studio #74509F

RGB

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

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

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

R = 32.68%
G = 22.54%
B = 44.79%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74509F (or 0x74509F) is known color: Studio. HEX triplet: 74, 50 and 9F. RGB value is (116,80,159). Sum of RGB (Red+Green+Blue) = 116+80+159=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #74509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74509F is #8BAF60. Grayscale: #636363. Windows color (decimal): -9154401 or 10440820. OLE color: 10440820.

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

Color convert

RGB 116 80 159 -
CMYK 0.27 0.50 0 0.38
HSL 267.34º 0.33% 0.47% -
HSV(B) 267.34º 0.5% 0.62% -
XYZ 16.33 11.95 34.25 -
YUV 99.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 116 80 159 0.27 0.50 0 0.38 267.34 0.33 0.47
Hex 74 50 9F 1B 32 0 26 10B 21 2F
Octal 164 120 237 33 62 0 46 413 41 57
Binary 1110100 1010000 10011111 11011 110010 0 100110 100001011 100001 101111

Color Harmonies of #74509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74509F

Black with #74509F

Text Example


Text Example

White with #74509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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