Html Css Color HEX #740876 Purple

📋 copy color: '#740876'

red 116 ◦ green 8 ◦ blue 118

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

Shades of Purple #740876

Tints of Purple #740876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 47.93%
G = 3.31%
B = 48.76%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#740876 (or 0x740876) is known color: Purple. HEX triplet: 74, 08 and 76. RGB value is (116,8,118). Sum of RGB (Red+Green+Blue) = 116+8+118=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #740876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740876 is #8BF789. Grayscale: #343434. Windows color (decimal): -9172874 or 7735412. OLE color: 7735412.

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

Color convert

RGB 116 8 118 -
CMYK 0.02 0.93 0 0.54
HSL 298.91º 0.87% 0.25% -
HSV(B) 298.91º 0.93% 0.46% -
XYZ 10.56 5.19 17.59 -
YUV 52.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 116 8 118 0.02 0.93 0 0.54 298.91 0.87 0.25
Hex 74 8 76 2 5D 0 36 12B 57 19
Octal 164 10 166 2 135 0 66 453 127 31
Binary 1110100 1000 1110110 10 1011101 0 110110 100101011 1010111 11001

Color Harmonies of #740876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740876

Black with #740876

Text Example


Text Example

White with #740876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740876; }

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

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

background-color css

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

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

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

border-color css

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

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

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