Html Css Color HEX #744E9C Studio

📋 copy color: '#744E9C'

red 116 ◦ green 78 ◦ blue 156

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

Shades of Studio #744E9C

Tints of Studio #744E9C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

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

R = 33.14%
G = 22.29%
B = 44.57%

CMYK

 C value IS 0.26

 M value IS 0.5

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#744E9C (or 0x744E9C) is known color: Studio. HEX triplet: 74, 4E and 9C. RGB value is (116,78,156). Sum of RGB (Red+Green+Blue) = 116+78+156=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #744E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744E9C is #8BB163. Grayscale: #616161. Windows color (decimal): -9154916 or 10243700. OLE color: 10243700.

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

Color convert

RGB 116 78 156 -
CMYK 0.26 0.5 0 0.39
HSL 269.23º 0.33% 0.46% -
HSV(B) 269.23º 0.5% 0.61% -
XYZ 15.93 11.56 32.84 -
YUV 98.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 116 78 156 0.26 0.5 0 0.39 269.23 0.33 0.46
Hex 74 4E 9C 1A 32 0 27 10D 21 2E
Octal 164 116 234 32 62 0 47 415 41 56
Binary 1110100 1001110 10011100 11010 110010 0 100111 100001101 100001 101110

Color Harmonies of #744E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E9C

Black with #744E9C

Text Example


Text Example

White with #744E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744E9C; }

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

 H1.HeaderClassName
 {
   color: #744E9C;
 }
 .AnyTagClassName
 {
   color: #744E9C;
 }
</style>

background-color css

<style>
 a { background-color: #744E9C; }

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

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

border-color css

<style>
 span { border-color: #744E9C; }

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

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