Html Css Color HEX #740164 Purple

📋 copy color: '#740164'

red 116 ◦ green 1 ◦ blue 100

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

Shades of Purple #740164

Tints of Purple #740164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 53.46%
G = 0.46%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#740164 (or 0x740164) is known color: Purple. HEX triplet: 74, 01 and 64. RGB value is (116,1,100). Sum of RGB (Red+Green+Blue) = 116+1+100=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #740164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740164 is #8BFE9B. Grayscale: #2E2E2E. Windows color (decimal): -9174684 or 6553972. OLE color: 6553972.

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

Color convert

RGB 116 1 100 -
CMYK 0 0.99 0.14 0.55
HSL 308.35º 0.98% 0.23% -
HSV(B) 308.35º 0.99% 0.45% -
XYZ 9.51 4.65 12.45 -
YUV 46.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 116 1 100 0 0.99 0.14 0.55 308.35 0.98 0.23
Hex 74 1 64 0 63 E 37 134 62 17
Octal 164 1 144 0 143 16 67 464 142 27
Binary 1110100 1 1100100 0 1100011 1110 110111 100110100 1100010 10111

Color Harmonies of #740164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740164

Black with #740164

Text Example


Text Example

White with #740164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740164; }

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

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

background-color css

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

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

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

border-color css

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

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

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