Html Css Color HEX #740074 Purple

📋 copy color: '#740074'

red 116 ◦ green 0 ◦ blue 116

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

Shades of Purple #740074

Tints of Purple #740074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#740074 (or 0x740074) is known color: Purple. HEX triplet: 74, 00 and 74. RGB value is (116,0,116). Sum of RGB (Red+Green+Blue) = 116+0+116=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #740074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740074 is #8BFF8B. Grayscale: #2F2F2F. Windows color (decimal): -9174924 or 7602292. OLE color: 7602292.

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

Color convert

RGB 116 0 116 -
CMYK 0 1 0 0.55
HSL 300º 1% 0.23% -
HSV(B) 300º 1% 0.45% -
XYZ 10.35 4.97 16.94 -
YUV 47.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 116 0 116 0 1 0 0.55 300 1 0.23
Hex 74 0 74 0 64 0 37 12C 64 17
Octal 164 0 164 0 144 0 67 454 144 27
Binary 1110100 0 1110100 0 1100100 0 110111 100101100 1100100 10111

Color Harmonies of #740074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740074

Black with #740074

Text Example


Text Example

White with #740074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740074; }

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

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

background-color css

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

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

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

border-color css

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

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

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