Html Css Color HEX #740595 Purple

📋 copy color: '#740595'

red 116 ◦ green 5 ◦ blue 149

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

Shades of Purple #740595

Tints of Purple #740595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 42.96%
G = 1.85%
B = 55.19%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740595 (or 0x740595) is known color: Purple. HEX triplet: 74, 05 and 95. RGB value is (116,5,149). Sum of RGB (Red+Green+Blue) = 116+5+149=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #740595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740595 is #8BFA6A. Grayscale: #363636. Windows color (decimal): -9173611 or 9766260. OLE color: 9766260.

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

Color convert

RGB 116 5 149 -
CMYK 0.22 0.97 0 0.42
HSL 286.25º 0.94% 0.3% -
HSV(B) 286.25º 0.97% 0.58% -
XYZ 12.68 5.99 28.92 -
YUV 54.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 116 5 149 0.22 0.97 0 0.42 286.25 0.94 0.3
Hex 74 5 95 16 61 0 2A 11E 5E 1E
Octal 164 5 225 26 141 0 52 436 136 36
Binary 1110100 101 10010101 10110 1100001 0 101010 100011110 1011110 11110

Color Harmonies of #740595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740595

Black with #740595

Text Example


Text Example

White with #740595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740595; }

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

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

background-color css

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

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

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

border-color css

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

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

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