Html Css Color HEX #74009B Dark Magenta

📋 copy color: '#74009B'

red 116 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #74009B

Tints of Dark Magenta #74009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 42.8%
G = 0%
B = 57.2%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74009B (or 0x74009B) is known color: Dark Magenta. HEX triplet: 74, 00 and 9B. RGB value is (116,0,155). Sum of RGB (Red+Green+Blue) = 116+0+155=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #74009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74009B is #8BFF64. Grayscale: #333333. Windows color (decimal): -9174885 or 10158196. OLE color: 10158196.

HSL color Cylindrical-coordinate representation of color #74009B: hue angle of 284.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74009B is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 0 155 -
CMYK 0.25 1 0 0.39
HSL 284.9º 1% 0.3% -
HSV(B) 284.9º 1% 0.61% -
XYZ 13.12 6.08 31.49 -
YUV 52.35 185.93 173.4 -
System Red Green Blue C M Y K H S L
Decimal 116 0 155 0.25 1 0 0.39 284.9 1 0.3
Hex 74 0 9B 19 64 0 27 11D 64 1E
Octal 164 0 233 31 144 0 47 435 144 36
Binary 1110100 0 10011011 11001 1100100 0 100111 100011101 1100100 11110

Color Harmonies of #74009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74009B

Black with #74009B

Text Example


Text Example

White with #74009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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