Html Css Color HEX #7F0798 Dark Magenta

📋 copy color: '#7F0798'

red 127 ◦ green 7 ◦ blue 152

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

Shades of Dark Magenta #7F0798

Tints of Dark Magenta #7F0798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

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

R = 44.41%
G = 2.45%
B = 53.15%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7F0798 (or 0x7F0798) is known color: Dark Magenta. HEX triplet: 7F, 07 and 98. RGB value is (127,7,152). Sum of RGB (Red+Green+Blue) = 127+7+152=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F0798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0798 is #80F867. Grayscale: #3A3A3A. Windows color (decimal): -8452200 or 9963391. OLE color: 9963391.

HSL color Cylindrical-coordinate representation of color #7F0798: hue angle of 289.66º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0798 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 7 152 -
CMYK 0.16 0.95 0 0.40
HSL 289.66º 0.91% 0.31% -
HSV(B) 289.66º 0.95% 0.6% -
XYZ 14.5 6.93 30.28 -
YUV 59.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 127 7 152 0.16 0.95 0 0.40 289.66 0.91 0.31
Hex 7F 7 98 10 5F 0 28 122 5B 1F
Octal 177 7 230 20 137 0 50 442 133 37
Binary 1111111 111 10011000 10000 1011111 0 101000 100100010 1011011 11111

Color Harmonies of #7F0798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0798

Black with #7F0798

Text Example


Text Example

White with #7F0798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,7,152); }

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

background-color css

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

 a { background-color: rgb(127,7,152); }

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

border-color css

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

 span { border-color: rgb(127,7,152); }

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