Html Css Color HEX #74429C Studio

📋 copy color: '#74429C'

red 116 ◦ green 66 ◦ blue 156

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

Shades of Studio #74429C

Tints of Studio #74429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

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

R = 34.32%
G = 19.53%
B = 46.15%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74429C (or 0x74429C) is known color: Studio. HEX triplet: 74, 42 and 9C. RGB value is (116,66,156). Sum of RGB (Red+Green+Blue) = 116+66+156=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #74429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74429C is #8BBD63. Grayscale: #5A5A5A. Windows color (decimal): -9157988 or 10240628. OLE color: 10240628.

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

Color convert

RGB 116 66 156 -
CMYK 0.26 0.58 0 0.39
HSL 273.33º 0.41% 0.44% -
HSV(B) 273.33º 0.58% 0.61% -
XYZ 15.15 10.01 32.59 -
YUV 91.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 116 66 156 0.26 0.58 0 0.39 273.33 0.41 0.44
Hex 74 42 9C 1A 3A 0 27 111 29 2C
Octal 164 102 234 32 72 0 47 421 51 54
Binary 1110100 1000010 10011100 11010 111010 0 100111 100010001 101001 101100

Color Harmonies of #74429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74429C

Black with #74429C

Text Example


Text Example

White with #74429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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