Html Css Color HEX #74449D Studio

📋 copy color: '#74449D'

red 116 ◦ green 68 ◦ blue 157

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

Shades of Studio #74449D

Tints of Studio #74449D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 34.02%
G = 19.94%
B = 46.04%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74449D (or 0x74449D) is known color: Studio. HEX triplet: 74, 44 and 9D. RGB value is (116,68,157). Sum of RGB (Red+Green+Blue) = 116+68+157=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #74449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74449D is #8BBB62. Grayscale: #5C5C5C. Windows color (decimal): -9157475 or 10306676. OLE color: 10306676.

HSL color Cylindrical-coordinate representation of color #74449D: hue angle of 272.36º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74449D is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 68 157 -
CMYK 0.26 0.57 0 0.38
HSL 272.36º 0.4% 0.44% -
HSV(B) 272.36º 0.57% 0.62% -
XYZ 15.36 10.28 33.07 -
YUV 92.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 116 68 157 0.26 0.57 0 0.38 272.36 0.4 0.44
Hex 74 44 9D 1A 39 0 26 110 28 2C
Octal 164 104 235 32 71 0 46 420 50 54
Binary 1110100 1000100 10011101 11010 111001 0 100110 100010000 101000 101100

Color Harmonies of #74449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74449D

Black with #74449D

Text Example


Text Example

White with #74449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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