Html Css Color HEX #740464 Purple

📋 copy color: '#740464'

red 116 ◦ green 4 ◦ blue 100

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

Shades of Purple #740464

Tints of Purple #740464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 100 (39.45% from 255) = 45.45%

R = 52.73%
G = 1.82%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#740464 (or 0x740464) is known color: Purple. HEX triplet: 74, 04 and 64. RGB value is (116,4,100). Sum of RGB (Red+Green+Blue) = 116+4+100=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #740464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740464 is #8BFB9B. Grayscale: #303030. Windows color (decimal): -9173916 or 6554740. OLE color: 6554740.

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

Color convert

RGB 116 4 100 -
CMYK 0 0.97 0.14 0.55
HSL 308.57º 0.93% 0.24% -
HSV(B) 308.57º 0.97% 0.45% -
XYZ 9.55 4.72 12.46 -
YUV 48.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 116 4 100 0 0.97 0.14 0.55 308.57 0.93 0.24
Hex 74 4 64 0 61 E 37 135 5D 18
Octal 164 4 144 0 141 16 67 465 135 30
Binary 1110100 100 1100100 0 1100001 1110 110111 100110101 1011101 11000

Color Harmonies of #740464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740464

Black with #740464

Text Example


Text Example

White with #740464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740464; }

 p { color: rgb(116,4,100); }

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

background-color css

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

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

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

border-color css

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

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

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