Html Css Color HEX #744EB5 Studio

📋 copy color: '#744EB5'

red 116 ◦ green 78 ◦ blue 181

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

Shades of Studio #744EB5

Tints of Studio #744EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.27%

R = 30.93%
G = 20.8%
B = 48.27%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#744EB5 (or 0x744EB5) is known color: Studio. HEX triplet: 74, 4E and B5. RGB value is (116,78,181). Sum of RGB (Red+Green+Blue) = 116+78+181=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #744EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EB5 is #8BB14A. Grayscale: #646464. Windows color (decimal): -9154891 or 11882100. OLE color: 11882100.

HSL color Cylindrical-coordinate representation of color #744EB5: hue angle of 262.14º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #744EB5 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 78 181 -
CMYK 0.36 0.57 0 0.29
HSL 262.14º 0.41% 0.51% -
HSV(B) 262.14º 0.57% 0.71% -
XYZ 18.27 12.5 45.17 -
YUV 101.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 116 78 181 0.36 0.57 0 0.29 262.14 0.41 0.51
Hex 74 4E B5 24 39 0 1D 106 29 33
Octal 164 116 265 44 71 0 35 406 51 63
Binary 1110100 1001110 10110101 100100 111001 0 11101 100000110 101001 110011

Color Harmonies of #744EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744EB5

Black with #744EB5

Text Example


Text Example

White with #744EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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