Html Css Color HEX #744B9C Studio

📋 copy color: '#744B9C'

red 116 ◦ green 75 ◦ blue 156

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

Shades of Studio #744B9C

Tints of Studio #744B9C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 33.43%
G = 21.61%
B = 44.96%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#744B9C (or 0x744B9C) is known color: Studio. HEX triplet: 74, 4B and 9C. RGB value is (116,75,156). Sum of RGB (Red+Green+Blue) = 116+75+156=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #744B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744B9C is #8BB463. Grayscale: #606060. Windows color (decimal): -9155684 or 10242932. OLE color: 10242932.

HSL color Cylindrical-coordinate representation of color #744B9C: hue angle of 270.37º 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 #744B9C is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 75 156 -
CMYK 0.26 0.52 0 0.39
HSL 270.37º 0.35% 0.45% -
HSV(B) 270.37º 0.52% 0.61% -
XYZ 15.72 11.15 32.78 -
YUV 96.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 116 75 156 0.26 0.52 0 0.39 270.37 0.35 0.45
Hex 74 4B 9C 1A 34 0 27 10E 23 2D
Octal 164 113 234 32 64 0 47 416 43 55
Binary 1110100 1001011 10011100 11010 110100 0 100111 100001110 100011 101101

Color Harmonies of #744B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744B9C

Black with #744B9C

Text Example


Text Example

White with #744B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,75,156); }

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

background-color css

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

 a { background-color: rgb(116,75,156); }

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

border-color css

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

 span { border-color: rgb(116,75,156); }

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