Html Css Color HEX #740374 Purple

📋 copy color: '#740374'

red 116 ◦ green 3 ◦ blue 116

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

Shades of Purple #740374

Tints of Purple #740374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 116 (45.7% from 255) = 49.36%

R = 49.36%
G = 1.28%
B = 49.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#740374 (or 0x740374) is known color: Purple. HEX triplet: 74, 03 and 74. RGB value is (116,3,116). Sum of RGB (Red+Green+Blue) = 116+3+116=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #740374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740374 is #8BFC8B. Grayscale: #313131. Windows color (decimal): -9174156 or 7603060. OLE color: 7603060.

HSL color Cylindrical-coordinate representation of color #740374: hue angle of 300º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740374 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 3 116 -
CMYK 0 0.97 0 0.55
HSL 300º 0.95% 0.23% -
HSV(B) 300º 0.97% 0.45% -
XYZ 10.39 5.04 16.95 -
YUV 49.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 116 3 116 0 0.97 0 0.55 300 0.95 0.23
Hex 74 3 74 0 61 0 37 12C 5F 17
Octal 164 3 164 0 141 0 67 454 137 27
Binary 1110100 11 1110100 0 1100001 0 110111 100101100 1011111 10111

Color Harmonies of #740374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740374

Black with #740374

Text Example


Text Example

White with #740374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740374; }

 p { color: rgb(116,3,116); }

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

background-color css

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

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

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

border-color css

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

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

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