Html Css Color HEX #7F0D92 Dark Magenta

📋 copy color: '#7F0D92'

red 127 ◦ green 13 ◦ blue 146

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

Shades of Dark Magenta #7F0D92

Tints of Dark Magenta #7F0D92

RGB

 RED value IS 127 (50% from 255) = 44.41%

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 146 (57.42% from 255) = 51.05%

R = 44.41%
G = 4.55%
B = 51.05%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F0D92 (or 0x7F0D92) is known color: Dark Magenta. HEX triplet: 7F, 0D and 92. RGB value is (127,13,146). Sum of RGB (Red+Green+Blue) = 127+13+146=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F0D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0D92 is #80F26D. Grayscale: #3D3D3D. Windows color (decimal): -8450670 or 9571711. OLE color: 9571711.

HSL color Cylindrical-coordinate representation of color #7F0D92: hue angle of 291.43º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0D92 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 13 146 -
CMYK 0.13 0.91 0 0.43
HSL 291.43º 0.84% 0.31% -
HSV(B) 291.43º 0.91% 0.57% -
XYZ 14.08 6.88 27.78 -
YUV 62.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 127 13 146 0.13 0.91 0 0.43 291.43 0.84 0.31
Hex 7F D 92 D 5B 0 2B 123 54 1F
Octal 177 15 222 15 133 0 53 443 124 37
Binary 1111111 1101 10010010 1101 1011011 0 101011 100100011 1010100 11111

Color Harmonies of #7F0D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0D92

Black with #7F0D92

Text Example


Text Example

White with #7F0D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F0D92; }

 p { color: rgb(127,13,146); }

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

background-color css

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

 a { background-color: rgb(127,13,146); }

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

border-color css

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

 span { border-color: rgb(127,13,146); }

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