#7F0CA7

Color #7F0CA7 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #7F0CA7

Tints of Dark Magenta #7F0CA7

Color information

#7F0CA7 (or 0x7F0CA7) is unknown color: approx Dark Magenta. HEX triplet: 7F, 0C and A7. RGB value is (127,12,167). Sum of RGB (Red+Green+Blue) = 127+12+167=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 167 (65.62% from 255 or 54.58% from 306); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F0CA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0CA7 is #80F358. Grayscale: #3F3F3F. Windows color (decimal): -8450905 or 10947711. OLE color: 10947711.

HSL color Cylindrical-coordinate representation of color #7F0CA7: hue angle of 284.52º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0CA7 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12712167-
CMYK0.240.9300.35
HSL284.52º86.59%35.1%-
HSV(B)284.52º92.81%65.49%-
XYZ15.867.5637.18-
YUV64.05186.1172.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.50%
GREEN value IS 12 (5.08% from 255) = 3.92%
BLUE value IS 167 (65.62% from 255) = 54.58%
R=41.50%
G=3.92%
B=54.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127121670.240.9300.35284.5286.5935.1
Hex7FCA7185D02311d5723
Octal177142473013504343512743
Binary111111111001010011111000101110101000111000111011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,12,167); }

 H1.HeaderClassName
 {
   color: #7F0CA7;
 }
 .AnyTagClassName
 {
   color: #7F0CA7;
 }
</style>
background-color css

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

 a { background-color: rgb(127,12,167); }

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

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

 span { border-color: rgb(127,12,167); }

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