Html Css Color HEX #740877 Purple

📋 copy color: '#740877'

red 116 ◦ green 8 ◦ blue 119

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

Shades of Purple #740877

Tints of Purple #740877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 47.74%
G = 3.29%
B = 48.97%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#740877 (or 0x740877) is known color: Purple. HEX triplet: 74, 08 and 77. RGB value is (116,8,119). Sum of RGB (Red+Green+Blue) = 116+8+119=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #740877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740877 is #8BF788. Grayscale: #343434. Windows color (decimal): -9172873 or 7800948. OLE color: 7800948.

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

Color convert

RGB 116 8 119 -
CMYK 0.03 0.93 0 0.53
HSL 298.38º 0.87% 0.25% -
HSV(B) 298.38º 0.93% 0.47% -
XYZ 10.62 5.22 17.9 -
YUV 52.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 116 8 119 0.03 0.93 0 0.53 298.38 0.87 0.25
Hex 74 8 77 3 5D 0 35 12A 57 19
Octal 164 10 167 3 135 0 65 452 127 31
Binary 1110100 1000 1110111 11 1011101 0 110101 100101010 1010111 11001

Color Harmonies of #740877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740877

Black with #740877

Text Example


Text Example

White with #740877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740877; }

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

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

background-color css

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

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

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

border-color css

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

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

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