Html Css Color HEX #74429D Studio

📋 copy color: '#74429D'

red 116 ◦ green 66 ◦ blue 157

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

Shades of Studio #74429D

Tints of Studio #74429D

RGB

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

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

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

R = 34.22%
G = 19.47%
B = 46.31%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74429D (or 0x74429D) is known color: Studio. HEX triplet: 74, 42 and 9D. RGB value is (116,66,157). Sum of RGB (Red+Green+Blue) = 116+66+157=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #74429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74429D is #8BBD62. Grayscale: #5B5B5B. Windows color (decimal): -9157987 or 10306164. OLE color: 10306164.

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

Color convert

RGB 116 66 157 -
CMYK 0.26 0.58 0 0.38
HSL 272.97º 0.41% 0.44% -
HSV(B) 272.97º 0.58% 0.62% -
XYZ 15.24 10.04 33.03 -
YUV 91.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 116 66 157 0.26 0.58 0 0.38 272.97 0.41 0.44
Hex 74 42 9D 1A 3A 0 26 111 29 2C
Octal 164 102 235 32 72 0 46 421 51 54
Binary 1110100 1000010 10011101 11010 111010 0 100110 100010001 101001 101100

Color Harmonies of #74429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74429D

Black with #74429D

Text Example


Text Example

White with #74429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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