Html Css Color HEX #740596 Purple

📋 copy color: '#740596'

red 116 ◦ green 5 ◦ blue 150

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

Shades of Purple #740596

Tints of Purple #740596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 42.8%
G = 1.85%
B = 55.35%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#740596 (or 0x740596) is known color: Purple. HEX triplet: 74, 05 and 96. RGB value is (116,5,150). Sum of RGB (Red+Green+Blue) = 116+5+150=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #740596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740596 is #8BFA69. Grayscale: #363636. Windows color (decimal): -9173610 or 9831796. OLE color: 9831796.

HSL color Cylindrical-coordinate representation of color #740596: hue angle of 285.93º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740596 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 5 150 -
CMYK 0.23 0.97 0 0.41
HSL 285.93º 0.94% 0.3% -
HSV(B) 285.93º 0.97% 0.59% -
XYZ 12.76 6.02 29.34 -
YUV 54.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 116 5 150 0.23 0.97 0 0.41 285.93 0.94 0.3
Hex 74 5 96 17 61 0 29 11E 5E 1E
Octal 164 5 226 27 141 0 51 436 136 36
Binary 1110100 101 10010110 10111 1100001 0 101001 100011110 1011110 11110

Color Harmonies of #740596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740596

Black with #740596

Text Example


Text Example

White with #740596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740596; }

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

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

background-color css

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

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

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

border-color css

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

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

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