Html Css Color HEX #74519E Studio

📋 copy color: '#74519E'

red 116 ◦ green 81 ◦ blue 158

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

Shades of Studio #74519E

Tints of Studio #74519E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 32.68%
G = 22.82%
B = 44.51%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74519E (or 0x74519E) is known color: Studio. HEX triplet: 74, 51 and 9E. RGB value is (116,81,158). Sum of RGB (Red+Green+Blue) = 116+81+158=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #74519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74519E is #8BAE61. Grayscale: #636363. Windows color (decimal): -9154146 or 10375540. OLE color: 10375540.

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

Color convert

RGB 116 81 158 -
CMYK 0.27 0.49 0 0.38
HSL 267.27º 0.32% 0.47% -
HSV(B) 267.27º 0.49% 0.62% -
XYZ 16.32 12.07 33.82 -
YUV 100.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 116 81 158 0.27 0.49 0 0.38 267.27 0.32 0.47
Hex 74 51 9E 1B 31 0 26 10B 20 2F
Octal 164 121 236 33 61 0 46 413 40 57
Binary 1110100 1010001 10011110 11011 110001 0 100110 100001011 100000 101111

Color Harmonies of #74519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74519E

Black with #74519E

Text Example


Text Example

White with #74519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74519E; }

 p { color: rgb(116,81,158); }

 H1.HeaderClassName
 {
   color: #74519E;
 }
 .AnyTagClassName
 {
   color: #74519E;
 }
</style>

background-color css

<style>
 a { background-color: #74519E; }

 a { background-color: rgb(116,81,158); }

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

border-color css

<style>
 span { border-color: #74519E; }

 span { border-color: rgb(116,81,158); }

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