Html Css Color HEX #744498 Studio

📋 copy color: '#744498'

red 116 ◦ green 68 ◦ blue 152

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

Shades of Studio #744498

Tints of Studio #744498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

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

R = 34.52%
G = 20.24%
B = 45.24%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#744498 (or 0x744498) is known color: Studio. HEX triplet: 74, 44 and 98. RGB value is (116,68,152). Sum of RGB (Red+Green+Blue) = 116+68+152=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #744498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744498 is #8BBB67. Grayscale: #5B5B5B. Windows color (decimal): -9157480 or 9978996. OLE color: 9978996.

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

Color convert

RGB 116 68 152 -
CMYK 0.24 0.55 0 0.40
HSL 274.29º 0.38% 0.43% -
HSV(B) 274.29º 0.55% 0.6% -
XYZ 14.94 10.11 30.87 -
YUV 91.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 116 68 152 0.24 0.55 0 0.40 274.29 0.38 0.43
Hex 74 44 98 18 37 0 28 112 26 2B
Octal 164 104 230 30 67 0 50 422 46 53
Binary 1110100 1000100 10011000 11000 110111 0 101000 100010010 100110 101011

Color Harmonies of #744498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744498

Black with #744498

Text Example


Text Example

White with #744498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744498; }

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

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

background-color css

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

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

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

border-color css

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

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

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