Html Css Color HEX #744798 Studio

📋 copy color: '#744798'

red 116 ◦ green 71 ◦ blue 152

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

Shades of Studio #744798

Tints of Studio #744798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.94%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 34.22%
G = 20.94%
B = 44.84%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#744798 (or 0x744798) is known color: Studio. HEX triplet: 74, 47 and 98. RGB value is (116,71,152). Sum of RGB (Red+Green+Blue) = 116+71+152=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #744798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744798 is #8BB867. Grayscale: #5D5D5D. Windows color (decimal): -9156712 or 9979764. OLE color: 9979764.

HSL color Cylindrical-coordinate representation of color #744798: hue angle of 273.33º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744798 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 71 152 -
CMYK 0.24 0.53 0 0.40
HSL 273.33º 0.36% 0.44% -
HSV(B) 273.33º 0.53% 0.6% -
XYZ 15.12 10.49 30.93 -
YUV 93.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 116 71 152 0.24 0.53 0 0.40 273.33 0.36 0.44
Hex 74 47 98 18 35 0 28 111 24 2C
Octal 164 107 230 30 65 0 50 421 44 54
Binary 1110100 1000111 10011000 11000 110101 0 101000 100010001 100100 101100

Color Harmonies of #744798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744798

Black with #744798

Text Example


Text Example

White with #744798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744798; }

 p { color: rgb(116,71,152); }

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

background-color css

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

 a { background-color: rgb(116,71,152); }

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

border-color css

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

 span { border-color: rgb(116,71,152); }

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