Html Css Color HEX #740564 Purple

📋 copy color: '#740564'

red 116 ◦ green 5 ◦ blue 100

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

Shades of Purple #740564

Tints of Purple #740564

RGB

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

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

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

R = 52.49%
G = 2.26%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#740564 (or 0x740564) is known color: Purple. HEX triplet: 74, 05 and 64. RGB value is (116,5,100). Sum of RGB (Red+Green+Blue) = 116+5+100=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #740564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740564 is #8BFA9B. Grayscale: #303030. Windows color (decimal): -9173660 or 6554996. OLE color: 6554996.

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

Color convert

RGB 116 5 100 -
CMYK 0 0.96 0.14 0.55
HSL 308.65º 0.92% 0.24% -
HSV(B) 308.65º 0.96% 0.45% -
XYZ 9.56 4.74 12.47 -
YUV 49.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 116 5 100 0 0.96 0.14 0.55 308.65 0.92 0.24
Hex 74 5 64 0 60 E 37 135 5C 18
Octal 164 5 144 0 140 16 67 465 134 30
Binary 1110100 101 1100100 0 1100000 1110 110111 100110101 1011100 11000

Color Harmonies of #740564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740564

Black with #740564

Text Example


Text Example

White with #740564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740564; }

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

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

background-color css

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

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

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

border-color css

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

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

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