Html Css Color HEX #740094 Purple

📋 copy color: '#740094'

red 116 ◦ green 0 ◦ blue 148

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

Shades of Purple #740094

Tints of Purple #740094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.94%
G = 0%
B = 56.06%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740094 (or 0x740094) is known color: Purple. HEX triplet: 74, 00 and 94. RGB value is (116,0,148). Sum of RGB (Red+Green+Blue) = 116+0+148=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #740094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740094 is #8BFF6B. Grayscale: #333333. Windows color (decimal): -9174892 or 9699444. OLE color: 9699444.

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

Color convert

RGB 116 0 148 -
CMYK 0.22 1 0 0.42
HSL 287.03º 1% 0.29% -
HSV(B) 287.03º 1% 0.58% -
XYZ 12.55 5.85 28.49 -
YUV 51.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 116 0 148 0.22 1 0 0.42 287.03 1 0.29
Hex 74 0 94 16 64 0 2A 11F 64 1D
Octal 164 0 224 26 144 0 52 437 144 35
Binary 1110100 0 10010100 10110 1100100 0 101010 100011111 1100100 11101

Color Harmonies of #740094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740094

Black with #740094

Text Example


Text Example

White with #740094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740094; }

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

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

background-color css

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

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

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

border-color css

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

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

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