Html Css Color HEX #740197 Dark Magenta

📋 copy color: '#740197'

red 116 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #740197

Tints of Dark Magenta #740197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 151 (59.38% from 255) = 56.34%

R = 43.28%
G = 0.37%
B = 56.34%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#740197 (or 0x740197) is known color: Dark Magenta. HEX triplet: 74, 01 and 97. RGB value is (116,1,151). Sum of RGB (Red+Green+Blue) = 116+1+151=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #740197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740197 is #8BFE68. Grayscale: #343434. Windows color (decimal): -9174633 or 9896308. OLE color: 9896308.

HSL color Cylindrical-coordinate representation of color #740197: hue angle of 286º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740197 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 1 151 -
CMYK 0.23 0.99 0 0.41
HSL 286º 0.99% 0.3% -
HSV(B) 286º 0.99% 0.59% -
XYZ 12.8 5.97 29.76 -
YUV 52.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 116 1 151 0.23 0.99 0 0.41 286 0.99 0.3
Hex 74 1 97 17 63 0 29 11E 63 1E
Octal 164 1 227 27 143 0 51 436 143 36
Binary 1110100 1 10010111 10111 1100011 0 101001 100011110 1100011 11110

Color Harmonies of #740197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740197

Black with #740197

Text Example


Text Example

White with #740197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740197; }

 p { color: rgb(116,1,151); }

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

background-color css

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

 a { background-color: rgb(116,1,151); }

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

border-color css

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

 span { border-color: rgb(116,1,151); }

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