Html Css Color HEX #740694 Purple

📋 copy color: '#740694'

red 116 ◦ green 6 ◦ blue 148

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

Shades of Purple #740694

Tints of Purple #740694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

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

R = 42.96%
G = 2.22%
B = 54.81%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#740694 (or 0x740694) is known color: Purple. HEX triplet: 74, 06 and 94. RGB value is (116,6,148). Sum of RGB (Red+Green+Blue) = 116+6+148=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #740694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740694 is #8BF96B. Grayscale: #363636. Windows color (decimal): -9173356 or 9700980. OLE color: 9700980.

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

Color convert

RGB 116 6 148 -
CMYK 0.22 0.96 0 0.42
HSL 286.48º 0.92% 0.3% -
HSV(B) 286.48º 0.96% 0.58% -
XYZ 12.61 5.98 28.51 -
YUV 55.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 116 6 148 0.22 0.96 0 0.42 286.48 0.92 0.3
Hex 74 6 94 16 60 0 2A 11E 5C 1E
Octal 164 6 224 26 140 0 52 436 134 36
Binary 1110100 110 10010100 10110 1100000 0 101010 100011110 1011100 11110

Color Harmonies of #740694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740694

Black with #740694

Text Example


Text Example

White with #740694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740694; }

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

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

background-color css

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

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

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

border-color css

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

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

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