Html Css Color HEX #744993 Studio

📋 copy color: '#744993'

red 116 ◦ green 73 ◦ blue 147

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

Shades of Studio #744993

Tints of Studio #744993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 34.52%
G = 21.73%
B = 43.75%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744993 (or 0x744993) is known color: Studio. HEX triplet: 74, 49 and 93. RGB value is (116,73,147). Sum of RGB (Red+Green+Blue) = 116+73+147=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #744993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744993 is #8BB66C. Grayscale: #5E5E5E. Windows color (decimal): -9156205 or 9652596. OLE color: 9652596.

HSL color Cylindrical-coordinate representation of color #744993: hue angle of 274.86º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744993 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 73 147 -
CMYK 0.21 0.50 0 0.42
HSL 274.86º 0.34% 0.43% -
HSV(B) 274.86º 0.5% 0.58% -
XYZ 14.85 10.58 28.86 -
YUV 94.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 116 73 147 0.21 0.50 0 0.42 274.86 0.34 0.43
Hex 74 49 93 15 32 0 2A 113 22 2B
Octal 164 111 223 25 62 0 52 423 42 53
Binary 1110100 1001001 10010011 10101 110010 0 101010 100010011 100010 101011

Color Harmonies of #744993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744993

Black with #744993

Text Example


Text Example

White with #744993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744993; }

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

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

background-color css

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

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

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

border-color css

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

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

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