Html Css Color HEX #740576 Purple

📋 copy color: '#740576'

red 116 ◦ green 5 ◦ blue 118

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

Shades of Purple #740576

Tints of Purple #740576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 48.54%
G = 2.09%
B = 49.37%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#740576 (or 0x740576) is known color: Purple. HEX triplet: 74, 05 and 76. RGB value is (116,5,118). Sum of RGB (Red+Green+Blue) = 116+5+118=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #740576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740576 is #8BFA89. Grayscale: #323232. Windows color (decimal): -9173642 or 7734644. OLE color: 7734644.

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

Color convert

RGB 116 5 118 -
CMYK 0.02 0.96 0 0.54
HSL 298.94º 0.92% 0.24% -
HSV(B) 298.94º 0.96% 0.46% -
XYZ 10.53 5.13 17.57 -
YUV 51.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 116 5 118 0.02 0.96 0 0.54 298.94 0.92 0.24
Hex 74 5 76 2 60 0 36 12B 5C 18
Octal 164 5 166 2 140 0 66 453 134 30
Binary 1110100 101 1110110 10 1100000 0 110110 100101011 1011100 11000

Color Harmonies of #740576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740576

Black with #740576

Text Example


Text Example

White with #740576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740576; }

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

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

background-color css

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

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

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

border-color css

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

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

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