Html Css Color HEX #744594 Studio

📋 copy color: '#744594'

red 116 ◦ green 69 ◦ blue 148

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

Shades of Studio #744594

Tints of Studio #744594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 34.83%
G = 20.72%
B = 44.44%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744594 (or 0x744594) is known color: Studio. HEX triplet: 74, 45 and 94. RGB value is (116,69,148). Sum of RGB (Red+Green+Blue) = 116+69+148=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #744594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744594 is #8BBA6B. Grayscale: #5B5B5B. Windows color (decimal): -9157228 or 9717108. OLE color: 9717108.

HSL color Cylindrical-coordinate representation of color #744594: hue angle of 275.7º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744594 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 69 148 -
CMYK 0.22 0.53 0 0.42
HSL 275.7º 0.36% 0.43% -
HSV(B) 275.7º 0.53% 0.58% -
XYZ 14.68 10.11 29.19 -
YUV 92.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 116 69 148 0.22 0.53 0 0.42 275.7 0.36 0.43
Hex 74 45 94 16 35 0 2A 114 24 2B
Octal 164 105 224 26 65 0 52 424 44 53
Binary 1110100 1000101 10010100 10110 110101 0 101010 100010100 100100 101011

Color Harmonies of #744594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744594

Black with #744594

Text Example


Text Example

White with #744594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744594; }

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

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

background-color css

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

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

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

border-color css

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

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

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