Html Css Color HEX #744A9B Studio

📋 copy color: '#744A9B'

red 116 ◦ green 74 ◦ blue 155

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

Shades of Studio #744A9B

Tints of Studio #744A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 33.62%
G = 21.45%
B = 44.93%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#744A9B (or 0x744A9B) is known color: Studio. HEX triplet: 74, 4A and 9B. RGB value is (116,74,155). Sum of RGB (Red+Green+Blue) = 116+74+155=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #744A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744A9B is #8BB564. Grayscale: #5F5F5F. Windows color (decimal): -9155941 or 10177140. OLE color: 10177140.

HSL color Cylindrical-coordinate representation of color #744A9B: hue angle of 271.11º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #744A9B is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 74 155 -
CMYK 0.25 0.52 0 0.39
HSL 271.11º 0.35% 0.45% -
HSV(B) 271.11º 0.52% 0.61% -
XYZ 15.57 10.98 32.31 -
YUV 95.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 116 74 155 0.25 0.52 0 0.39 271.11 0.35 0.45
Hex 74 4A 9B 19 34 0 27 10F 23 2D
Octal 164 112 233 31 64 0 47 417 43 55
Binary 1110100 1001010 10011011 11001 110100 0 100111 100001111 100011 101101

Color Harmonies of #744A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A9B

Black with #744A9B

Text Example


Text Example

White with #744A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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