Html Css Color HEX #74519A Studio

📋 copy color: '#74519A'

red 116 ◦ green 81 ◦ blue 154

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

Shades of Studio #74519A

Tints of Studio #74519A

RGB

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

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

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

R = 33.05%
G = 23.08%
B = 43.87%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74519A (or 0x74519A) is known color: Studio. HEX triplet: 74, 51 and 9A. RGB value is (116,81,154). Sum of RGB (Red+Green+Blue) = 116+81+154=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #74519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74519A is #8BAE65. Grayscale: #636363. Windows color (decimal): -9154150 or 10113396. OLE color: 10113396.

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

Color convert

RGB 116 81 154 -
CMYK 0.25 0.47 0 0.40
HSL 268.77º 0.31% 0.46% -
HSV(B) 268.77º 0.47% 0.6% -
XYZ 15.98 11.93 32.03 -
YUV 99.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 116 81 154 0.25 0.47 0 0.40 268.77 0.31 0.46
Hex 74 51 9A 19 2F 0 28 10D 1F 2E
Octal 164 121 232 31 57 0 50 415 37 56
Binary 1110100 1010001 10011010 11001 101111 0 101000 100001101 11111 101110

Color Harmonies of #74519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74519A

Black with #74519A

Text Example


Text Example

White with #74519A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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