Html Css Color HEX #740C94 Purple

📋 copy color: '#740C94'

red 116 ◦ green 12 ◦ blue 148

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

Shades of Purple #740C94

Tints of Purple #740C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

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

R = 42.03%
G = 4.35%
B = 53.62%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740C94 (or 0x740C94) is known color: Purple. HEX triplet: 74, 0C and 94. RGB value is (116,12,148). Sum of RGB (Red+Green+Blue) = 116+12+148=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #740C94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740C94 is #8BF36B. Grayscale: #3A3A3A. Windows color (decimal): -9171820 or 9702516. OLE color: 9702516.

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

Color convert

RGB 116 12 148 -
CMYK 0.22 0.92 0 0.42
HSL 285.88º 0.85% 0.31% -
HSV(B) 285.88º 0.92% 0.58% -
XYZ 12.68 6.11 28.53 -
YUV 58.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 116 12 148 0.22 0.92 0 0.42 285.88 0.85 0.31
Hex 74 C 94 16 5C 0 2A 11E 55 1F
Octal 164 14 224 26 134 0 52 436 125 37
Binary 1110100 1100 10010100 10110 1011100 0 101010 100011110 1010101 11111

Color Harmonies of #740C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C94

Black with #740C94

Text Example


Text Example

White with #740C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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