Html Css Color HEX #740698 Dark Magenta

📋 copy color: '#740698'

red 116 ◦ green 6 ◦ blue 152

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

Shades of Dark Magenta #740698

Tints of Dark Magenta #740698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.47%

R = 42.34%
G = 2.19%
B = 55.47%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#740698 (or 0x740698) is known color: Dark Magenta. HEX triplet: 74, 06 and 98. RGB value is (116,6,152). Sum of RGB (Red+Green+Blue) = 116+6+152=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #740698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740698 is #8BF967. Grayscale: #373737. Windows color (decimal): -9173352 or 9963124. OLE color: 9963124.

HSL color Cylindrical-coordinate representation of color #740698: hue angle of 285.21º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740698 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 6 152 -
CMYK 0.24 0.96 0 0.40
HSL 285.21º 0.92% 0.31% -
HSV(B) 285.21º 0.96% 0.6% -
XYZ 12.94 6.11 30.2 -
YUV 55.53 182.44 171.13 -
System Red Green Blue C M Y K H S L
Decimal 116 6 152 0.24 0.96 0 0.40 285.21 0.92 0.31
Hex 74 6 98 18 60 0 28 11D 5C 1F
Octal 164 6 230 30 140 0 50 435 134 37
Binary 1110100 110 10011000 11000 1100000 0 101000 100011101 1011100 11111

Color Harmonies of #740698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740698

Black with #740698

Text Example


Text Example

White with #740698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740698; }

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

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

background-color css

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

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

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

border-color css

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

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

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