Html Css Color HEX #740494 Purple

📋 copy color: '#740494'

red 116 ◦ green 4 ◦ blue 148

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

Shades of Purple #740494

Tints of Purple #740494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 148 (58.2% from 255) = 55.22%

R = 43.28%
G = 1.49%
B = 55.22%

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

#740494 (or 0x740494) is known color: Purple. HEX triplet: 74, 04 and 94. RGB value is (116,4,148). Sum of RGB (Red+Green+Blue) = 116+4+148=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #740494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740494 is #8BFB6B. Grayscale: #353535. Windows color (decimal): -9173868 or 9700468. OLE color: 9700468.

HSL color Cylindrical-coordinate representation of color #740494: hue angle of 286.67º degrees, saturation: 0.95, 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 #740494 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 4 148 -
CMYK 0.22 0.97 0 0.42
HSL 286.67º 0.95% 0.3% -
HSV(B) 286.67º 0.97% 0.58% -
XYZ 12.59 5.94 28.5 -
YUV 53.9 181.11 172.29 -
System Red Green Blue C M Y K H S L
Decimal 116 4 148 0.22 0.97 0 0.42 286.67 0.95 0.3
Hex 74 4 94 16 61 0 2A 11F 5F 1E
Octal 164 4 224 26 141 0 52 437 137 36
Binary 1110100 100 10010100 10110 1100001 0 101010 100011111 1011111 11110

Color Harmonies of #740494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740494

Black with #740494

Text Example


Text Example

White with #740494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740494; }

 p { color: rgb(116,4,148); }

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

background-color css

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

 a { background-color: rgb(116,4,148); }

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

border-color css

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

 span { border-color: rgb(116,4,148); }

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