Html Css Color HEX #744599 Studio

📋 copy color: '#744599'

red 116 ◦ green 69 ◦ blue 153

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

Shades of Studio #744599

Tints of Studio #744599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 34.32%
G = 20.41%
B = 45.27%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#744599 (or 0x744599) is known color: Studio. HEX triplet: 74, 45 and 99. RGB value is (116,69,153). Sum of RGB (Red+Green+Blue) = 116+69+153=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #744599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744599 is #8BBA66. Grayscale: #5C5C5C. Windows color (decimal): -9157223 or 10044788. OLE color: 10044788.

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

Color convert

RGB 116 69 153 -
CMYK 0.24 0.55 0 0.4
HSL 273.57º 0.38% 0.44% -
HSV(B) 273.57º 0.55% 0.6% -
XYZ 15.08 10.27 31.32 -
YUV 92.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 116 69 153 0.24 0.55 0 0.4 273.57 0.38 0.44
Hex 74 45 99 18 37 0 28 112 26 2C
Octal 164 105 231 30 67 0 50 422 46 54
Binary 1110100 1000101 10011001 11000 110111 0 101000 100010010 100110 101100

Color Harmonies of #744599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744599

Black with #744599

Text Example


Text Example

White with #744599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744599; }

 p { color: rgb(116,69,153); }

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

background-color css

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

 a { background-color: rgb(116,69,153); }

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

border-color css

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

 span { border-color: rgb(116,69,153); }

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