Html Css Color HEX #74439C Studio

📋 copy color: '#74439C'

red 116 ◦ green 67 ◦ blue 156

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

Shades of Studio #74439C

Tints of Studio #74439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 34.22%
G = 19.76%
B = 46.02%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74439C (or 0x74439C) is known color: Studio. HEX triplet: 74, 43 and 9C. RGB value is (116,67,156). Sum of RGB (Red+Green+Blue) = 116+67+156=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #74439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74439C is #8BBC63. Grayscale: #5B5B5B. Windows color (decimal): -9157732 or 10240884. OLE color: 10240884.

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

Color convert

RGB 116 67 156 -
CMYK 0.26 0.57 0 0.39
HSL 273.03º 0.4% 0.44% -
HSV(B) 273.03º 0.57% 0.61% -
XYZ 15.21 10.13 32.61 -
YUV 91.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 116 67 156 0.26 0.57 0 0.39 273.03 0.4 0.44
Hex 74 43 9C 1A 39 0 27 111 28 2C
Octal 164 103 234 32 71 0 47 421 50 54
Binary 1110100 1000011 10011100 11010 111001 0 100111 100010001 101000 101100

Color Harmonies of #74439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74439C

Black with #74439C

Text Example


Text Example

White with #74439C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74439C; }

 p { color: rgb(116,67,156); }

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

background-color css

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

 a { background-color: rgb(116,67,156); }

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

border-color css

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

 span { border-color: rgb(116,67,156); }

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