Html Css Color HEX #744EA0 Studio

📋 copy color: '#744EA0'

red 116 ◦ green 78 ◦ blue 160

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

Shades of Studio #744EA0

Tints of Studio #744EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 32.77%
G = 22.03%
B = 45.2%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#744EA0 (or 0x744EA0) is known color: Studio. HEX triplet: 74, 4E and A0. RGB value is (116,78,160). Sum of RGB (Red+Green+Blue) = 116+78+160=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #744EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744EA0 is #8BB15F. Grayscale: #626262. Windows color (decimal): -9154912 or 10505844. OLE color: 10505844.

HSL color Cylindrical-coordinate representation of color #744EA0: hue angle of 267.8º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #744EA0 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 78 160 -
CMYK 0.28 0.51 0 0.37
HSL 267.8º 0.34% 0.47% -
HSV(B) 267.8º 0.51% 0.63% -
XYZ 16.27 11.7 34.66 -
YUV 98.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 116 78 160 0.28 0.51 0 0.37 267.8 0.34 0.47
Hex 74 4E A0 1C 33 0 25 10C 22 2F
Octal 164 116 240 34 63 0 45 414 42 57
Binary 1110100 1001110 10100000 11100 110011 0 100101 100001100 100010 101111

Color Harmonies of #744EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744EA0

Black with #744EA0

Text Example


Text Example

White with #744EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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