Html Css Color HEX #744ABA Studio

📋 copy color: '#744ABA'

red 116 ◦ green 74 ◦ blue 186

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

Shades of Studio #744ABA

Tints of Studio #744ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 30.85%
G = 19.68%
B = 49.47%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#744ABA (or 0x744ABA) is known color: Studio. HEX triplet: 74, 4A and BA. RGB value is (116,74,186). Sum of RGB (Red+Green+Blue) = 116+74+186=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #744ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ABA is #8BB545. Grayscale: #626262. Windows color (decimal): -9155910 or 12208756. OLE color: 12208756.

HSL color Cylindrical-coordinate representation of color #744ABA: hue angle of 262.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #744ABA is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 74 186 -
CMYK 0.38 0.60 0 0.27
HSL 262.5º 0.45% 0.51% -
HSV(B) 262.5º 0.6% 0.73% -
XYZ 18.51 12.16 47.82 -
YUV 99.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 116 74 186 0.38 0.60 0 0.27 262.5 0.45 0.51
Hex 74 4A BA 26 3C 0 1B 106 2D 33
Octal 164 112 272 46 74 0 33 406 55 63
Binary 1110100 1001010 10111010 100110 111100 0 11011 100000110 101101 110011

Color Harmonies of #744ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744ABA

Black with #744ABA

Text Example


Text Example

White with #744ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,186); }

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

background-color css

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

 a { background-color: rgb(116,74,186); }

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

border-color css

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

 span { border-color: rgb(116,74,186); }

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