Html Css Color HEX #744F98 Studio

📋 copy color: '#744F98'

red 116 ◦ green 79 ◦ blue 152

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

Shades of Studio #744F98

Tints of Studio #744F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

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

R = 33.43%
G = 22.77%
B = 43.8%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#744F98 (or 0x744F98) is known color: Studio. HEX triplet: 74, 4F and 98. RGB value is (116,79,152). Sum of RGB (Red+Green+Blue) = 116+79+152=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #744F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744F98 is #8BB067. Grayscale: #626262. Windows color (decimal): -9154664 or 9981812. OLE color: 9981812.

HSL color Cylindrical-coordinate representation of color #744F98: hue angle of 270.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #744F98 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 79 152 -
CMYK 0.24 0.48 0 0.40
HSL 270.41º 0.32% 0.45% -
HSV(B) 270.41º 0.48% 0.6% -
XYZ 15.67 11.57 31.11 -
YUV 98.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 116 79 152 0.24 0.48 0 0.40 270.41 0.32 0.45
Hex 74 4F 98 18 30 0 28 10E 20 2D
Octal 164 117 230 30 60 0 50 416 40 55
Binary 1110100 1001111 10011000 11000 110000 0 101000 100001110 100000 101101

Color Harmonies of #744F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F98

Black with #744F98

Text Example


Text Example

White with #744F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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