Html Css Color HEX #740864 Purple

📋 copy color: '#740864'

red 116 ◦ green 8 ◦ blue 100

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

Shades of Purple #740864

Tints of Purple #740864

RGB

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

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

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

R = 51.79%
G = 3.57%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#740864 (or 0x740864) is known color: Purple. HEX triplet: 74, 08 and 64. RGB value is (116,8,100). Sum of RGB (Red+Green+Blue) = 116+8+100=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #740864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740864 is #8BF79B. Grayscale: #323232. Windows color (decimal): -9172892 or 6555764. OLE color: 6555764.

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

Color convert

RGB 116 8 100 -
CMYK 0 0.93 0.14 0.55
HSL 308.89º 0.87% 0.24% -
HSV(B) 308.89º 0.93% 0.45% -
XYZ 9.59 4.81 12.48 -
YUV 50.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 116 8 100 0 0.93 0.14 0.55 308.89 0.87 0.24
Hex 74 8 64 0 5D E 37 135 57 18
Octal 164 10 144 0 135 16 67 465 127 30
Binary 1110100 1000 1100100 0 1011101 1110 110111 100110101 1010111 11000

Color Harmonies of #740864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740864

Black with #740864

Text Example


Text Example

White with #740864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740864; }

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

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

background-color css

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

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

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

border-color css

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

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

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