Html Css Color HEX #740077 Purple

📋 copy color: '#740077'

red 116 ◦ green 0 ◦ blue 119

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

Shades of Purple #740077

Tints of Purple #740077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.64%

R = 49.36%
G = 0%
B = 50.64%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#740077 (or 0x740077) is known color: Purple. HEX triplet: 74, 00 and 77. RGB value is (116,0,119). Sum of RGB (Red+Green+Blue) = 116+0+119=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #740077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740077 is #8BFF88. Grayscale: #2F2F2F. Windows color (decimal): -9174921 or 7798900. OLE color: 7798900.

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

Color convert

RGB 116 0 119 -
CMYK 0.03 1 0 0.53
HSL 298.49º 1% 0.23% -
HSV(B) 298.49º 1% 0.47% -
XYZ 10.53 5.04 17.87 -
YUV 48.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 116 0 119 0.03 1 0 0.53 298.49 1 0.23
Hex 74 0 77 3 64 0 35 12A 64 17
Octal 164 0 167 3 144 0 65 452 144 27
Binary 1110100 0 1110111 11 1100100 0 110101 100101010 1100100 10111

Color Harmonies of #740077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740077

Black with #740077

Text Example


Text Example

White with #740077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740077; }

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

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

background-color css

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

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

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

border-color css

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

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

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