Html Css Color HEX #744995 Studio

📋 copy color: '#744995'

red 116 ◦ green 73 ◦ blue 149

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

Shades of Studio #744995

Tints of Studio #744995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 34.32%
G = 21.6%
B = 44.08%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744995 (or 0x744995) is known color: Studio. HEX triplet: 74, 49 and 95. RGB value is (116,73,149). Sum of RGB (Red+Green+Blue) = 116+73+149=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #744995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744995 is #8BB66A. Grayscale: #5E5E5E. Windows color (decimal): -9156203 or 9783668. OLE color: 9783668.

HSL color Cylindrical-coordinate representation of color #744995: hue angle of 273.95º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #744995 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 73 149 -
CMYK 0.22 0.51 0 0.42
HSL 273.95º 0.34% 0.44% -
HSV(B) 273.95º 0.51% 0.58% -
XYZ 15.01 10.65 29.7 -
YUV 94.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 116 73 149 0.22 0.51 0 0.42 273.95 0.34 0.44
Hex 74 49 95 16 33 0 2A 112 22 2C
Octal 164 111 225 26 63 0 52 422 42 54
Binary 1110100 1001001 10010101 10110 110011 0 101010 100010010 100010 101100

Color Harmonies of #744995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744995

Black with #744995

Text Example


Text Example

White with #744995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744995; }

 p { color: rgb(116,73,149); }

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

background-color css

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

 a { background-color: rgb(116,73,149); }

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

border-color css

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

 span { border-color: rgb(116,73,149); }

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